summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-02-16 15:25:10 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-11-04 18:49:51 +0100
commit7c8911f7f802b49c1d9970d04045191720ee5fc1 (patch)
treeeb07f4f8ae59b706e70713bbf04665617332d4bf
parentb26dba18744addded57eb72ebd6d73c9683072eb (diff)
downloadIshtar-7c8911f7f802b49c1d9970d04045191720ee5fc1.tar.bz2
Ishtar-7c8911f7f802b49c1d9970d04045191720ee5fc1.zip
Debian: add celery binary dependency for tasks
-rw-r--r--debian.tasks/control3
1 files changed, 2 insertions, 1 deletions
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.