summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-27 09:11:43 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-27 09:11:43 +0200
commite667f6196afd9bd9f91a5af0b96b8935c443b2aa (patch)
treea29f063a7f36c06f710ad98f7d6f5c46028e7a4d /dev-python/portend
parentdev-python/tempora: Port to py39 (diff)
downloadgentoo-e667f6196afd9bd9f91a5af0b96b8935c443b2aa.tar.gz
gentoo-e667f6196afd9bd9f91a5af0b96b8935c443b2aa.tar.bz2
gentoo-e667f6196afd9bd9f91a5af0b96b8935c443b2aa.zip
dev-python/portend: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/portend')
-rw-r--r--dev-python/portend/portend-2.6.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/portend/portend-2.6.ebuild b/dev-python/portend/portend-2.6.ebuild
index 4d79fd9e5ec4..3fc08e4c32cd 100644
--- a/dev-python/portend/portend-2.6.ebuild
+++ b/dev-python/portend/portend-2.6.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1
@@ -17,7 +17,6 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="test"
RDEPEND=">=dev-python/tempora-1.8[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
distutils_enable_tests pytest