summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-04 14:14:39 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-04 14:23:08 +0200
commit7f41a19bb1b02643f1e612de5bd54c6004ee9949 (patch)
tree4c473cb00126cb64ebff6a482fa953218f49d3e4
parentdev-python/docutils: Enable py3.10 on 0.16-r1 (diff)
downloadgentoo-7f41a19bb1b02643f1e612de5bd54c6004ee9949.tar.gz
gentoo-7f41a19bb1b02643f1e612de5bd54c6004ee9949.tar.bz2
gentoo-7f41a19bb1b02643f1e612de5bd54c6004ee9949.zip
dev-python/sphinx_rtd_theme: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild
index 006ff6fba06f..e63a57663ece 100644
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild
@@ -3,9 +3,7 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="ReadTheDocs.org theme for Sphinx"