From ebe2b8e703d94d0fbfe184ebacdf4b069b8e9838 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 11 Nov 2015 18:12:33 +0100 Subject: dev-python/nose: Depend on threading support in python Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/nose/nose-1.3.4.ebuild | 1 + dev-python/nose/nose-1.3.6.ebuild | 1 + dev-python/nose/nose-1.3.7.ebuild | 1 + dev-python/nose/nose-9999.ebuild | 1 + 4 files changed, 4 insertions(+) (limited to 'dev-python/nose') diff --git a/dev-python/nose/nose-1.3.4.ebuild b/dev-python/nose/nose-1.3.4.ebuild index 43a992ef1764..61cff467b389 100644 --- a/dev-python/nose/nose-1.3.4.ebuild +++ b/dev-python/nose/nose-1.3.4.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 DESCRIPTION="A unittest extension offering automatic test suite discovery and easy test authoring" diff --git a/dev-python/nose/nose-1.3.6.ebuild b/dev-python/nose/nose-1.3.6.ebuild index 2b9c3e05358b..3c80cdd3061c 100644 --- a/dev-python/nose/nose-1.3.6.ebuild +++ b/dev-python/nose/nose-1.3.6.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/nose/nose-1.3.7.ebuild b/dev-python/nose/nose-1.3.7.ebuild index ca246d9a9fb3..117bf17411bf 100644 --- a/dev-python/nose/nose-1.3.7.ebuild +++ b/dev-python/nose/nose-1.3.7.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/nose/nose-9999.ebuild b/dev-python/nose/nose-9999.ebuild index 785d9d3d66bf..261ed7f9d526 100644 --- a/dev-python/nose/nose-9999.ebuild +++ b/dev-python/nose/nose-9999.ebuild @@ -11,6 +11,7 @@ inherit git-2 #endif PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 eutils DESCRIPTION="A unittest extension offering automatic test suite discovery and easy test authoring" -- cgit v1.2.3-65-gdbad