diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:00:11 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:27:03 +0100 |
commit | 81cc11ef40c1f3852d4c5df21b7c1847268851d5 (patch) | |
tree | b3e6b4d6708bee84e4e90b0234d92895ebeeb059 /dev-python/distlib | |
parent | dev-python/dbus-python: Depend on threading support in python (diff) | |
download | gentoo-81cc11ef40c1f3852d4c5df21b7c1847268851d5.tar.gz gentoo-81cc11ef40c1f3852d4c5df21b7c1847268851d5.tar.bz2 gentoo-81cc11ef40c1f3852d4c5df21b7c1847268851d5.zip |
dev-python/distlib: 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/distlib')
-rw-r--r-- | dev-python/distlib/distlib-0.2.1-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/distlib/distlib-0.2.1.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/distlib/distlib-0.2.1-r1.ebuild b/dev-python/distlib/distlib-0.2.1-r1.ebuild index 5f843295eb78..1a438d68273d 100644 --- a/dev-python/distlib/distlib-0.2.1-r1.ebuild +++ b/dev-python/distlib/distlib-0.2.1-r1.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/distlib/distlib-0.2.1.ebuild b/dev-python/distlib/distlib-0.2.1.ebuild index e0985736d16e..59da4cbd447b 100644 --- a/dev-python/distlib/distlib-0.2.1.ebuild +++ b/dev-python/distlib/distlib-0.2.1.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |