From ab413c3f5f7e5761e1737d30b8be63e66b0087c6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 16 Feb 2020 15:25:10 +0100 Subject: Debian: add celery binary dependency for tasks --- debian.tasks/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian.tasks/control b/debian.tasks/control index 5387e8445..924c8d43f 100644 --- a/debian.tasks/control +++ b/debian.tasks/control @@ -10,7 +10,8 @@ Package: ishtar-tasks Architecture: all Depends: ${misc:Depends}, python3-django-ishtar (>= ${source:Version}), - python3-celery + python3-celery, + python-celery-common Recommends: rabbitmq-server Description: Background task server for Ishtar Background task server using rabbitmq task queue. -- cgit v1.2.3