summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-04 14:30:37 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-04 14:49:41 +0200
commit9147f8fcd2ed4d49feefd93bd2de9f26cf6d92b7 (patch)
treeef176e43fcba3cb42123fac01f0e27e26767451a
parentdev-vcs/hg-git + deps: marked ~arm64-macos (diff)
downloadgentoo-9147f8fcd2ed4d49feefd93bd2de9f26cf6d92b7.tar.gz
gentoo-9147f8fcd2ed4d49feefd93bd2de9f26cf6d92b7.tar.bz2
gentoo-9147f8fcd2ed4d49feefd93bd2de9f26cf6d92b7.zip
dev-python/sphinx-celery: Add a missing RDEP on dev-python/six
Closes: https://bugs.gentoo.org/907824 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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}]
"