commit:     85e9b30f1f102f6350dca53f5c3fdc51bffc0e9b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 20:17:12 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 20:21:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e9b30f

dev-python/nose2: python3_8

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/nose2/nose2-0.9.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/nose2/nose2-0.9.1-r1.ebuild 
b/dev-python/nose2/nose2-0.9.1-r1.ebuild
index 30a4be5dac9..2c81a2d5f80 100644
--- a/dev-python/nose2/nose2-0.9.1-r1.ebuild
+++ b/dev-python/nose2/nose2-0.9.1-r1.ebuild
@@ -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}]

Reply via email to