summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/hypothesis/hypothesis-1.12.0.ebuild1
-rw-r--r--dev-python/hypothesis/hypothesis-1.14.0.ebuild1
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