dev-python/gast: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 13:42:49 +0000 (14:42 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:05:04 +0000 (15:05 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/gast/gast-0.2.2.ebuild

index 0cc600445e210adf5c9b3f863ff210d1f18b4e05..3d51556cad8fd68129497c11173b33b148722c99 100644 (file)
@@ -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)"