summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-11 18:05:09 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-11 18:27:03 +0100
commitc90773a46477dc8f7d4403ba493f33dcf4af3c8f (patch)
tree0035ee69dda46d7f047866a24e12f8d91590dd2e /dev-python/hypothesis/hypothesis-1.12.0.ebuild
parentdev-python/humanfriendly: Depend on threading support in python (diff)
downloadgentoo-c90773a46477dc8f7d4403ba493f33dcf4af3c8f.tar.gz
gentoo-c90773a46477dc8f7d4403ba493f33dcf4af3c8f.tar.bz2
gentoo-c90773a46477dc8f7d4403ba493f33dcf4af3c8f.zip
dev-python/hypothesis: 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/hypothesis/hypothesis-1.12.0.ebuild')
-rw-r--r--dev-python/hypothesis/hypothesis-1.12.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/hypothesis/hypothesis-1.12.0.ebuild b/dev-python/hypothesis/hypothesis-1.12.0.ebuild
index 28cd1040b2b9..0f04fa8a34fe 100644
--- a/dev-python/hypothesis/hypothesis-1.12.0.ebuild
+++ b/dev-python/hypothesis/hypothesis-1.12.0.ebuild
@@ -5,6 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+PYTHON_REQ_USE="threads(+)"
inherit distutils-r1