summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-25 10:20:40 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-25 10:31:38 +0200
commitf0d70e2390cef7bb9ffd57845e296c35c5d63e67 (patch)
tree27f1f76aecec7c8e4d94a2f1d174caf0d33dcc4f /dev-python/pastedeploy
parentdev-python/socketpool: Remove py2 (diff)
downloadgentoo-f0d70e2390cef7bb9ffd57845e296c35c5d63e67.tar.gz
gentoo-f0d70e2390cef7bb9ffd57845e296c35c5d63e67.tar.bz2
gentoo-f0d70e2390cef7bb9ffd57845e296c35c5d63e67.zip
dev-python/pastedeploy: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pastedeploy')
-rw-r--r--dev-python/pastedeploy/pastedeploy-2.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pastedeploy/pastedeploy-2.1.0.ebuild b/dev-python/pastedeploy/pastedeploy-2.1.0.ebuild
index 69b46160987d..b3184cd1dd90 100644
--- a/dev-python/pastedeploy/pastedeploy-2.1.0.ebuild
+++ b/dev-python/pastedeploy/pastedeploy-2.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1