From: Michał Górny Date: Thu, 28 May 2020 18:57:30 +0000 (+0200) Subject: dev-python/sure: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b7fea76321e25938de069154a66d7d00aa9e767b;p=gentoo.git dev-python/sure: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/sure/sure-1.4.11.ebuild b/dev-python/sure/sure-1.4.11.ebuild index 15447975e25e..7f62f1ee8062 100644 --- a/dev-python/sure/sure-1.4.11.ebuild +++ b/dev-python/sure/sure-1.4.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python2_7 python3_{6..9} ) inherit distutils-r1 @@ -23,7 +23,6 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] " BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} ) "