mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
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@posteo.de>
This commit is contained in:
parent
78dbea3503
commit
75cddc79d0
@ -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}]
|
||||
|
Loading…
x
Reference in New Issue
Block a user