summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 06:25:31 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 06:50:04 +0100
commit38c00b4522ee37f96062d80aee905c7e5071ec5f (patch)
tree672974ed2ec06816fc52c6f5cb5cf6fa811213f1 /dev-python/deprecation/deprecation-2.0.7.ebuild
parentmedia-gfx/sxiv: version bump to 26 (diff)
downloadgentoo-38c00b4522ee37f96062d80aee905c7e5071ec5f.tar.gz
gentoo-38c00b4522ee37f96062d80aee905c7e5071ec5f.tar.bz2
gentoo-38c00b4522ee37f96062d80aee905c7e5071ec5f.zip
dev-python/deprecation: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/deprecation/deprecation-2.0.7.ebuild')
-rw-r--r--dev-python/deprecation/deprecation-2.0.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/deprecation/deprecation-2.0.7.ebuild b/dev-python/deprecation/deprecation-2.0.7.ebuild
index a3979c046d27..2be319862dc2 100644
--- a/dev-python/deprecation/deprecation-2.0.7.ebuild
+++ b/dev-python/deprecation/deprecation-2.0.7.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
inherit distutils-r1