summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-04 16:44:50 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-04 16:44:50 +0100
commit73d952d519031654fd6a47f44cbb99d4ffd135c8 (patch)
tree9dd7d99e742d7aaa3367c3df4536bf2691e8f4bf /dev-python/cligj
parentdev-python/click-threading: Remove py2 (diff)
downloadgentoo-73d952d519031654fd6a47f44cbb99d4ffd135c8.tar.gz
gentoo-73d952d519031654fd6a47f44cbb99d4ffd135c8.tar.bz2
gentoo-73d952d519031654fd6a47f44cbb99d4ffd135c8.zip
dev-python/cligj: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cligj')
-rw-r--r--dev-python/cligj/cligj-0.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cligj/cligj-0.4.0.ebuild b/dev-python/cligj/cligj-0.4.0.ebuild
index d20b2c2d7248..fb5249de17db 100644
--- a/dev-python/cligj/cligj-0.4.0.ebuild
+++ b/dev-python/cligj/cligj-0.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1