summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-19 19:35:22 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-19 19:44:25 +0100
commitc0198e049be98108460b65722f5e5c4a0717e019 (patch)
tree0426031c2362f6e7e0a611b409e38482d79a0885 /dev-python/texttable
parentdev-python/cachetools: Remove py2 (diff)
downloadgentoo-c0198e049be98108460b65722f5e5c4a0717e019.tar.gz
gentoo-c0198e049be98108460b65722f5e5c4a0717e019.tar.bz2
gentoo-c0198e049be98108460b65722f5e5c4a0717e019.zip
dev-python/texttable: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/texttable')
-rw-r--r--dev-python/texttable/texttable-1.6.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/texttable/texttable-1.6.2.ebuild b/dev-python/texttable/texttable-1.6.2.ebuild
index d64686e2e5f2..ffc2c5255f69 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