summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 16:22:36 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 16:29:10 +0100
commit53795ecdda62f2c251c1cc2fe9fb9dd485d3a45e (patch)
treed80d14017b701d70fa06428f37b21876ff767112 /dev-python/jmespath
parentdev-python/jinja2_pluralize: Remove py2 (diff)
downloadgentoo-53795ecdda62f2c251c1cc2fe9fb9dd485d3a45e.tar.gz
gentoo-53795ecdda62f2c251c1cc2fe9fb9dd485d3a45e.tar.bz2
gentoo-53795ecdda62f2c251c1cc2fe9fb9dd485d3a45e.zip
dev-python/jmespath: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jmespath')
-rw-r--r--dev-python/jmespath/jmespath-0.9.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jmespath/jmespath-0.9.3-r1.ebuild b/dev-python/jmespath/jmespath-0.9.3-r1.ebuild
index d174211f6b6a..ca2bac2dfae1 100644
--- a/dev-python/jmespath/jmespath-0.9.3-r1.ebuild
+++ b/dev-python/jmespath/jmespath-0.9.3-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
inherit distutils-r1