Missing dependency on python-dateutil
Description:
celery depends on python-dateutil which you can see in the requirements file or by using the reproducer.
Additional info:
- package version: python-celery: 5.3.6-2
Steps to reproduce:
- Install python-celery on a fresh system, make sure python-dateutil is not pulled in by anything else.
- run
python -c "from celery.bin.base import CeleryCommand"