summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:15:15 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:57:07 +0200
commit3610fda9be9ef5a28721832b745fabee7bfd2934 (patch)
tree279ef8b7aa9a8fffc05be66f59338e7ee66e4c48 /dev-python/Babel/Babel-2.6.0.ebuild
parentdev-python/jinja: Enable py3.7 (diff)
downloadgentoo-3610fda9be9ef5a28721832b745fabee7bfd2934.tar.gz
gentoo-3610fda9be9ef5a28721832b745fabee7bfd2934.tar.bz2
gentoo-3610fda9be9ef5a28721832b745fabee7bfd2934.zip
dev-python/Babel: Enable py3.7
Diffstat (limited to 'dev-python/Babel/Babel-2.6.0.ebuild')
-rw-r--r--dev-python/Babel/Babel-2.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/Babel/Babel-2.6.0.ebuild b/dev-python/Babel/Babel-2.6.0.ebuild
index aaf13989c173..81c3bfac87f7 100644
--- a/dev-python/Babel/Babel-2.6.0.ebuild
+++ b/dev-python/Babel/Babel-2.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1