From: Andreas Sturmlechner Date: Fri, 6 Dec 2019 20:17:12 +0000 (+0100) Subject: dev-python/nose2: python3_8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=85e9b30f1f102f6350dca53f5c3fdc51bffc0e9b;p=gentoo.git dev-python/nose2: python3_8 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-python/nose2/nose2-0.9.1-r1.ebuild b/dev-python/nose2/nose2-0.9.1-r1.ebuild index 30a4be5dac94..2c81a2d5f80f 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}]