diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-28 09:52:11 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-28 11:16:01 +0300 |
commit | 24c56c66e1a8fac9e544fb880d4b9e42cd3bda15 (patch) | |
tree | 8c0c7ac09c1626b4391d03f8fa2a401a61798c2d /dev-python/guzzle_sphinx_theme | |
parent | dev-python/click: add missing doc theme dep (diff) | |
download | gentoo-24c56c66e1a8fac9e544fb880d4b9e42cd3bda15.tar.gz gentoo-24c56c66e1a8fac9e544fb880d4b9e42cd3bda15.tar.bz2 gentoo-24c56c66e1a8fac9e544fb880d4b9e42cd3bda15.zip |
dev-python/guzzle_sphinx_theme: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/guzzle_sphinx_theme')
-rw-r--r-- | dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild index 430144a62462..8ad5bd68f529 100644 --- a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild +++ b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -15,4 +15,4 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -RDEPEND=">=dev-python/sphinx-1.2[${PYTHON_USEDEP}]" +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" |