diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/nose/nose-1.3.7-r9.ebuild (renamed from dev-python/nose/nose-1.3.7-r8.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/nose/nose-1.3.7-r8.ebuild b/dev-python/nose/nose-1.3.7-r9.ebuild index fd55e99ba0e6..13a7ab23bca7 100644 --- a/dev-python/nose/nose-1.3.7-r8.ebuild +++ b/dev-python/nose/nose-1.3.7-r9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 @@ -21,6 +21,7 @@ IUSE="examples test" RESTRICT="!test? ( test )" BDEPEND=" + <dev-python/setuptools-58[${PYTHON_USEDEP}] test? ( $(python_gen_cond_dep ' !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] ) |