commit: 1194567d00b4c0dfec41a7517e8e8b7aa78b6345
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 08:34:08 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 08:36:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1194567d
dev-python/prettytable: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/prettytable/prettytable-0.7.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/prettytable/prettytable-0.7.2-r1.ebuild
b/dev-python/prettytable/prettytable-0.7.2-r1.ebuild
index 007312c8738..24736c30429 100644
--- a/dev-python/prettytable/prettytable-0.7.2-r1.ebuild
+++ b/dev-python/prettytable/prettytable-0.7.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1