summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gmail.com>2018-08-22 08:55:27 +0300
committerMichał Górny <mgorny@gentoo.org>2018-08-22 23:52:50 +0200
commit508badf1d703b48ba1ccef9801c687f523ce1af9 (patch)
treea3d9bc53131f8437a1321366a5e0308d4ce828c2 /dev-python/texttable
parentdev-python/cjkwrap: enable python3.7 (diff)
downloadgentoo-508badf1d703b48ba1ccef9801c687f523ce1af9.tar.gz
gentoo-508badf1d703b48ba1ccef9801c687f523ce1af9.tar.bz2
gentoo-508badf1d703b48ba1ccef9801c687f523ce1af9.zip
dev-python/texttable: enable python3.7 for 1.4.0
Package-Manager: Portage[mgorny]-2.3.43.3
Diffstat (limited to 'dev-python/texttable')
-rw-r--r--dev-python/texttable/texttable-1.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/texttable/texttable-1.4.0.ebuild b/dev-python/texttable/texttable-1.4.0.ebuild
index 7ed05e0fbe5d..a885a2a6c894 100644
--- a/dev-python/texttable/texttable-1.4.0.ebuild
+++ b/dev-python/texttable/texttable-1.4.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{5..7}} )
inherit distutils-r1