diff options
-rw-r--r-- | dev-python/sphinx-celery/sphinx-celery-2.0.0-r3.ebuild (renamed from dev-python/sphinx-celery/sphinx-celery-2.0.0-r2.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/sphinx-celery/sphinx-celery-2.0.0-r2.ebuild b/dev-python/sphinx-celery/sphinx-celery-2.0.0-r3.ebuild index 8d5b79ee5db2..c7091b89ec15 100644 --- a/dev-python/sphinx-celery/sphinx-celery-2.0.0-r2.ebuild +++ b/dev-python/sphinx-celery/sphinx-celery-2.0.0-r3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi @@ -19,5 +19,6 @@ SLOT="0" KEYWORDS="amd64 ~arm64 x86" RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] >=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}] " |