summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:15:42 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:57:12 +0200
commit356aac59ae0b8dffc1189debf3c449a3a0f0b53d (patch)
tree52367dd1dfb5497126d64bf9774615b96e17b210 /dev-python/sphinx
parentdev-python/sphinxcontrib-websupport: Enable py3.7 (diff)
downloadgentoo-356aac59ae0b8dffc1189debf3c449a3a0f0b53d.tar.gz
gentoo-356aac59ae0b8dffc1189debf3c449a3a0f0b53d.tar.bz2
gentoo-356aac59ae0b8dffc1189debf3c449a3a0f0b53d.zip
dev-python/sphinx: Enable py3.7
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r--dev-python/sphinx/sphinx-1.7.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
index 130b1d14f223..68cbe615c4e2 100644
--- a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
+++ b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1