dev-python/tpg: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:16:17 +0000 (17:16 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:16:17 +0000 (17:16 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/tpg/tpg-3.2.2-r1.ebuild

index ca5ed5595278a97dba9178be8e1f622b9794bd11..94564c47c5998a55a5087803b5aa87331a6e44e5 100644 (file)
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-# py2.6 doesn't pass tests
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1