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>2023-01-09 18:05:36 +0100
commitab413c3f5f7e5761e1737d30b8be63e66b0087c6 (patch)
tree5062616c39c3627e28d6bb8c37b6af76fcb28e25
parentc20872eb3e7b85e6472307de5d702c19d4917475 (diff)
downloadIshtar-ab413c3f5f7e5761e1737d30b8be63e66b0087c6.tar.bz2
Ishtar-ab413c3f5f7e5761e1737d30b8be63e66b0087c6.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.