dev-python/automaton: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:12:18 +0000 (14:12 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:12:18 +0000 (14:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/automaton/automaton-1.12.1.ebuild

index 1391ca0acf2845a074b6105cbb611825ea8925eb..081f2a1641e8c14f33ab7b87dc7b4714a2ba693e 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1