diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-22 12:53:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-27 12:02:16 +0200 |
commit | cbb0aaecb997643629b8ffe07748ec2f4d80ce7d (patch) | |
tree | e1d676b6d32d941da398bf0c74deb11e5fe8a5b9 | |
parent | dev-python/sphinxcontrib-websupport: Remove py2 (diff) | |
download | gentoo-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>
-rw-r--r-- | dev-python/sphinx/sphinx-1.7.5-r2.ebuild | 2 |
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 |