From b7fea76321e25938de069154a66d7d00aa9e767b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 28 May 2020 20:57:30 +0200 Subject: [PATCH] dev-python/sure: Port to py39 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/sure/sure-1.4.11.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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} ) " -- 2.26.2