diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-11 17:59:47 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:27:03 +0100 |
commit | 51813962e93f765cc6ba0e4ab1d7b088f0001b4f (patch) | |
tree | 3640ec956acfae9e3f2696aa082384a5e011c98d /dev-python/dbus-python | |
parent | dev-python/cryptography: Depend on threading support in python (diff) | |
download | gentoo-51813962e93f765cc6ba0e4ab1d7b088f0001b4f.tar.gz gentoo-51813962e93f765cc6ba0e4ab1d7b088f0001b4f.tar.bz2 gentoo-51813962e93f765cc6ba0e4ab1d7b088f0001b4f.zip |
dev-python/dbus-python: Depend on threading support in python
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild b/dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild index bc9ef383e625..5e48466b20b2 100644 --- a/dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.0-r1.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_REQ_USE="threads(+)" inherit autotools eutils python-r1 |