From 9147f8fcd2ed4d49feefd93bd2de9f26cf6d92b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 4 Jun 2023 14:30:37 +0200 Subject: [PATCH] dev-python/sphinx-celery: Add a missing RDEP on dev-python/six MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/907824 Signed-off-by: Michał Górny --- ...nx-celery-2.0.0-r2.ebuild => sphinx-celery-2.0.0-r3.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename dev-python/sphinx-celery/{sphinx-celery-2.0.0-r2.ebuild => sphinx-celery-2.0.0-r3.ebuild} (86%) 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 similarity index 86% rename from dev-python/sphinx-celery/sphinx-celery-2.0.0-r2.ebuild rename to dev-python/sphinx-celery/sphinx-celery-2.0.0-r3.ebuild index 8d5b79ee5db29..c7091b89ec152 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}] "