From 077ba6a79390786ff4ae215106621400e9ba542c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 26 May 2020 11:48:48 +0200 Subject: dev-python/scripttest: Port to py39 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/scripttest/scripttest-1.3.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dev-python/scripttest') diff --git a/dev-python/scripttest/scripttest-1.3.0.ebuild b/dev-python/scripttest/scripttest-1.3.0.ebuild index 088fd5b4c2cf..ced51f75881f 100644 --- a/dev-python/scripttest/scripttest-1.3.0.ebuild +++ b/dev-python/scripttest/scripttest-1.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1 @@ -16,6 +16,4 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad