From c90773a46477dc8f7d4403ba493f33dcf4af3c8f Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 11 Nov 2015 18:05:09 +0100 Subject: [PATCH] dev-python/hypothesis: Depend on threading support in python Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/hypothesis/hypothesis-1.12.0.ebuild | 1 + dev-python/hypothesis/hypothesis-1.14.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/hypothesis/hypothesis-1.12.0.ebuild b/dev-python/hypothesis/hypothesis-1.12.0.ebuild index 28cd1040b2b9e..0f04fa8a34fe3 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 f65d7fd3072ee..e8c2f1d8e80f5 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