summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-26 11:48:48 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-26 12:35:32 +0200
commit077ba6a79390786ff4ae215106621400e9ba542c (patch)
tree320a1283195b5800ed1ed4b77cad17c06fee1fc6 /dev-python/scripttest
parentdev-python/pyyaml: Port to py39 (diff)
downloadgentoo-077ba6a79390786ff4ae215106621400e9ba542c.tar.gz
gentoo-077ba6a79390786ff4ae215106621400e9ba542c.tar.bz2
gentoo-077ba6a79390786ff4ae215106621400e9ba542c.zip
dev-python/scripttest: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/scripttest')
-rw-r--r--dev-python/scripttest/scripttest-1.3.0.ebuild4
1 files changed, 1 insertions, 3 deletions
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