commit:     75cddc79d0c1300954ce89c8f0abad2605c60dc0
Author:     Moritz Brunner <moritz.brunner+gentoo <AT> posteo <DOT> de>
AuthorDate: Sun Dec 31 19:32:19 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Dec 31 19:34:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75cddc79

dev-python/celery:  Add missing dependency to python-dateutil

Generating the documentation with USE=doc fails without this
package. Furthermore, it is listed in requirements/default.txt
as global runtime dependency.

Closes: https://bugs.gentoo.org/920205
Signed-off-by: Moritz Brunner <moritz.brunner+gentoo <AT> posteo.de>

 dev-python/celery/celery-5.3.6.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/celery/celery-5.3.6.ebuild 
b/dev-python/celery/celery-5.3.6.ebuild
index 9381094487..2245d6e3cb 100644
--- a/dev-python/celery/celery-5.3.6.ebuild
+++ b/dev-python/celery/celery-5.3.6.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
        dev-python/click-didyoumean[${PYTHON_USEDEP}]
        dev-python/click-plugins[${PYTHON_USEDEP}]
        dev-python/click-repl[${PYTHON_USEDEP}]
+       >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
        >=dev-python/kombu-5.3.0_beta1[${PYTHON_USEDEP}]
        <dev-python/kombu-6.0.0[${PYTHON_USEDEP}]
        dev-python/pytz[${PYTHON_USEDEP}]

Reply via email to