summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 16:41:10 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 16:47:51 +0100
commitee2f49df27a34bc81897ff18824163406129606a (patch)
tree0f6485ee50c649daf49578a5ccabe04470339eec /dev-python/uritemplate/uritemplate-3.0.0.ebuild
parentdev-python/google-api-python-client: Remove py2 (diff)
downloadgentoo-ee2f49df27a34bc81897ff18824163406129606a.tar.gz
gentoo-ee2f49df27a34bc81897ff18824163406129606a.tar.bz2
gentoo-ee2f49df27a34bc81897ff18824163406129606a.zip
dev-python/uritemplate: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/uritemplate/uritemplate-3.0.0.ebuild')
-rw-r--r--dev-python/uritemplate/uritemplate-3.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/uritemplate/uritemplate-3.0.0.ebuild b/dev-python/uritemplate/uritemplate-3.0.0.ebuild
index 3bdb0a01acd3..a4ea032e684f 100644
--- a/dev-python/uritemplate/uritemplate-3.0.0.ebuild
+++ b/dev-python/uritemplate/uritemplate-3.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
inherit distutils-r1