summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-26 17:56:43 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-26 18:23:29 +0200
commit4789376c19c80dbaa040269505de1ce0e136770b (patch)
tree9da8dbe4b8383acc82546ccb769b8280b0bb5e40 /dev-python/pastedeploy
parentdev-python/namespace-paste: Port to py39 (diff)
downloadgentoo-4789376c19c80dbaa040269505de1ce0e136770b.tar.gz
gentoo-4789376c19c80dbaa040269505de1ce0e136770b.tar.bz2
gentoo-4789376c19c80dbaa040269505de1ce0e136770b.zip
dev-python/pastedeploy: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pastedeploy')
-rw-r--r--dev-python/pastedeploy/pastedeploy-2.0.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pastedeploy/pastedeploy-2.0.1-r1.ebuild b/dev-python/pastedeploy/pastedeploy-2.0.1-r1.ebuild
index e7fa06d519b2..69b46160987d 100644
--- a/dev-python/pastedeploy/pastedeploy-2.0.1-r1.ebuild
+++ b/dev-python/pastedeploy/pastedeploy-2.0.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
inherit distutils-r1