summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 14:42:49 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 15:05:04 +0100
commit1a2302e1b0bae15740d66ad8762e92c29a12615a (patch)
tree4595ff7b96af38f5ed18c225da49bc53c80379e9 /dev-python/gast
parentmail-client/evolution: ensure use of enchant:2 to a possible extent (diff)
downloadgentoo-1a2302e1b0bae15740d66ad8762e92c29a12615a.tar.gz
gentoo-1a2302e1b0bae15740d66ad8762e92c29a12615a.tar.bz2
gentoo-1a2302e1b0bae15740d66ad8762e92c29a12615a.zip
dev-python/gast: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gast')
-rw-r--r--dev-python/gast/gast-0.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gast/gast-0.2.2.ebuild b/dev-python/gast/gast-0.2.2.ebuild
index 0cc600445e21..3d51556cad8f 100644
--- a/dev-python/gast/gast-0.2.2.ebuild
+++ b/dev-python/gast/gast-0.2.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1
DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)"