diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:15:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:57:12 +0200 |
commit | 356aac59ae0b8dffc1189debf3c449a3a0f0b53d (patch) | |
tree | 52367dd1dfb5497126d64bf9774615b96e17b210 /dev-python/sphinx | |
parent | dev-python/sphinxcontrib-websupport: Enable py3.7 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |