summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-11 17:58:50 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-11 18:27:03 +0100
commit7a86acbb95bf3e0f92501bafcccd36e07ebb2fae (patch)
treee8d497a793bc8ee505f8dee65c1616f6761296aa /dev-python/cython/cython-0.22.ebuild
parentdev-python/pycrypto: Depend on threading support in python (diff)
downloadgentoo-7a86acbb95bf3e0f92501bafcccd36e07ebb2fae.tar.gz
gentoo-7a86acbb95bf3e0f92501bafcccd36e07ebb2fae.tar.bz2
gentoo-7a86acbb95bf3e0f92501bafcccd36e07ebb2fae.zip
dev-python/cython: 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/cython/cython-0.22.ebuild')
-rw-r--r--dev-python/cython/cython-0.22.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/cython/cython-0.22.ebuild b/dev-python/cython/cython-0.22.ebuild
index bf1dad9c1474..6b9a46affdfc 100644
--- a/dev-python/cython/cython-0.22.ebuild
+++ b/dev-python/cython/cython-0.22.ebuild
@@ -5,6 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 flag-o-matic toolchain-funcs