summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-02 10:20:59 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-02 10:25:55 +0200
commit373f95f2baedacce490d78cc59d73e14b60f9040 (patch)
tree3909e56b1c4c9919dfbda58af66519566ebabe85 /dev-python/josepy
parentdev-python/jedi: Remove old (py2.7) (diff)
downloadgentoo-373f95f2baedacce490d78cc59d73e14b60f9040.tar.gz
gentoo-373f95f2baedacce490d78cc59d73e14b60f9040.tar.bz2
gentoo-373f95f2baedacce490d78cc59d73e14b60f9040.zip
dev-python/josepy: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/josepy')
-rw-r--r--dev-python/josepy/josepy-1.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/josepy/josepy-1.3.0.ebuild b/dev-python/josepy/josepy-1.3.0.ebuild
index 34d9145537eb..8f7ce5c780ae 100644
--- a/dev-python/josepy/josepy-1.3.0.ebuild
+++ b/dev-python/josepy/josepy-1.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
inherit distutils-r1
DESCRIPTION="JOSE protocol implementation in Python"