diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-22 12:53:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-27 12:02:15 +0200 |
commit | 1f6a603ed2256defcbf86a99a4bad4109911d8b3 (patch) | |
tree | cd56750dca7a0ab29e6877e3936cd6433b2ae011 /dev-python/sphinxcontrib-websupport | |
parent | dev-python/sphinx-issues: Remove py2 (diff) | |
download | gentoo-1f6a603ed2256defcbf86a99a4bad4109911d8b3.tar.gz gentoo-1f6a603ed2256defcbf86a99a4bad4109911d8b3.tar.bz2 gentoo-1f6a603ed2256defcbf86a99a4bad4109911d8b3.zip |
dev-python/sphinxcontrib-websupport: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-websupport')
-rw-r--r-- | dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild index d8b651aa25fd..c8c8565357ed 100644 --- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild +++ b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 |