diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-27 19:21:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-27 19:47:38 +0200 |
commit | 4119b367bc61d752dc6304ffc21d0feafa30a391 (patch) | |
tree | 3feeacce146c28cbf0d2352974806fbac22ac22d /dev-python/simplejson | |
parent | dev-python/pyparsing: Remove py2.7 (diff) | |
download | gentoo-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/simplejson')
-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 |