diff options
author | 2015-11-11 18:05:09 +0100 | |
---|---|---|
committer | 2015-11-11 18:27:03 +0100 | |
commit | c90773a46477dc8f7d4403ba493f33dcf4af3c8f (patch) | |
tree | 0035ee69dda46d7f047866a24e12f8d91590dd2e /dev-python/hypothesis | |
parent | dev-python/humanfriendly: Depend on threading support in python (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/hypothesis/hypothesis-1.12.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/hypothesis/hypothesis-1.14.0.ebuild | 1 |
2 files changed, 2 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 diff --git a/dev-python/hypothesis/hypothesis-1.14.0.ebuild b/dev-python/hypothesis/hypothesis-1.14.0.ebuild index f65d7fd3072e..e8c2f1d8e80f 100644 --- a/dev-python/hypothesis/hypothesis-1.14.0.ebuild +++ b/dev-python/hypothesis/hypothesis-1.14.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 |