summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-04 13:56:51 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-04 14:00:42 +0200
commit5b95765543648cb66008886c411c99ff79034d88 (patch)
treef83e0094c87614583cce77262376f0f49e2a005f /dev-python/sphinxcontrib-websupport
parentdev-python/whoosh: Enable py3.10 (diff)
downloadgentoo-5b95765543648cb66008886c411c99ff79034d88.tar.gz
gentoo-5b95765543648cb66008886c411c99ff79034d88.tar.bz2
gentoo-5b95765543648cb66008886c411c99ff79034d88.zip
dev-python/sphinxcontrib-websupport: Enable py3.10
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.2.4.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.4.ebuild b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.4.ebuild
index 85d0069d35ec..dc4c7087a7db 100644
--- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.4.ebuild
+++ b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.4.ebuild
@@ -3,9 +3,7 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Sphinx websupport extension"