dev-python/texttable: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 18:35:22 +0000 (19:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 18:44:25 +0000 (19:44 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/texttable/texttable-1.6.2.ebuild

index d64686e2e5f2faa98200b03d2a8058c8260028ea..ffc2c5255f697fdc4ba5a11bc750bda1ea27b68d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6..8}} )
+PYTHON_COMPAT=( python3_{6..8} )
 
 inherit distutils-r1