summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-22 12:53:06 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-27 12:02:16 +0200
commitcbb0aaecb997643629b8ffe07748ec2f4d80ce7d (patch)
treee1d676b6d32d941da398bf0c74deb11e5fe8a5b9 /dev-python/sphinx
parentdev-python/sphinxcontrib-websupport: Remove py2 (diff)
downloadgentoo-cbb0aaecb997643629b8ffe07748ec2f4d80ce7d.tar.gz
gentoo-cbb0aaecb997643629b8ffe07748ec2f4d80ce7d.tar.bz2
gentoo-cbb0aaecb997643629b8ffe07748ec2f4d80ce7d.zip
dev-python/sphinx: Remove py2
Closes: https://bugs.gentoo.org/730060 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r--dev-python/sphinx/sphinx-1.7.5-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx/sphinx-1.7.5-r2.ebuild b/dev-python/sphinx/sphinx-1.7.5-r2.ebuild
index 1f2aa22be731..22a4885f32ae 100644
--- a/dev-python/sphinx/sphinx-1.7.5-r2.ebuild
+++ b/dev-python/sphinx/sphinx-1.7.5-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1