summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-27 19:21:59 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-27 19:47:38 +0200
commit4119b367bc61d752dc6304ffc21d0feafa30a391 (patch)
tree3feeacce146c28cbf0d2352974806fbac22ac22d /dev-python
parentdev-python/pyparsing: Remove py2.7 (diff)
downloadgentoo-4119b367bc61d752dc6304ffc21d0feafa30a391.tar.gz
gentoo-4119b367bc61d752dc6304ffc21d0feafa30a391.tar.bz2
gentoo-4119b367bc61d752dc6304ffc21d0feafa30a391.zip
dev-python/simplejson: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/simplejson/simplejson-3.17.2-r1.ebuild (renamed from dev-python/simplejson/simplejson-3.17.2.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/simplejson/simplejson-3.17.2.ebuild b/dev-python/simplejson/simplejson-3.17.2-r1.ebuild
index c583dc0725e0..c5be00caf282 100644
--- a/dev-python/simplejson/simplejson-3.17.2.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1