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>
This commit is contained in:
Michał Górny
2023-06-04 14:30:37 +02:00
parent d7bedd769a
commit 9147f8fcd2

View File

@@ -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}]
"