dev-python/nose2: python3_8
authorAndreas Sturmlechner <asturm@gentoo.org>
Fri, 6 Dec 2019 20:17:12 +0000 (21:17 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 6 Dec 2019 20:21:28 +0000 (21:21 +0100)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-python/nose2/nose2-0.9.1-r1.ebuild

index 30a4be5dac949ef13c915de486355ec5c84fc694..2c81a2d5f80fbd09a4af02fbcb591538c59e687e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="Next generation unittest with plugins"
@@ -17,7 +17,7 @@ IUSE="doc"
 
 BDEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
-       doc? ( >=dev-python/sphinx-1.0.5[${PYTHON_USEDEP}] )
+       doc? ( >=dev-python/sphinx-1.0.5 )
 "
 DEPEND="
        >=dev-python/coverage-4.4.1[${PYTHON_USEDEP}]