diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-11 17:41:28 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:27:03 +0100 |
commit | af715cc77da8efaf758bd52682e93749527a6058 (patch) | |
tree | 20fa45879c78764a83d86382e64325ea618576a7 /dev-python/twisted-core/twisted-core-15.2.1.ebuild | |
parent | dev-python/pillow: Depend on threading support in python (diff) | |
download | gentoo-af715cc77da8efaf758bd52682e93749527a6058.tar.gz gentoo-af715cc77da8efaf758bd52682e93749527a6058.tar.bz2 gentoo-af715cc77da8efaf758bd52682e93749527a6058.zip |
dev-python/twisted-core: Depend on threading support in python
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565514
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/twisted-core/twisted-core-15.2.1.ebuild')
-rw-r--r-- | dev-python/twisted-core/twisted-core-15.2.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/twisted-core/twisted-core-15.2.1.ebuild b/dev-python/twisted-core/twisted-core-15.2.1.ebuild index a4424d9c22c0..730e37c2dddb 100644 --- a/dev-python/twisted-core/twisted-core-15.2.1.ebuild +++ b/dev-python/twisted-core/twisted-core-15.2.1.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="threads(+)" inherit eutils flag-o-matic twisted-r1 |