commit: c0198e049be98108460b65722f5e5c4a0717e019
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 18:35:22 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 18:44:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0198e04
dev-python/texttable: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/texttable/texttable-1.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/texttable/texttable-1.6.2.ebuild
b/dev-python/texttable/texttable-1.6.2.ebuild
index d64686e2e5f..ffc2c5255f6 100644
--- a/dev-python/texttable/texttable-1.6.2.ebuild
+++ b/dev-python/texttable/texttable-1.6.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6..8}} )
+PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1