From 42ed6f642096f3936381e0577b2c3d86729260a8 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 5 Nov 2023 18:23:34 -0500 Subject: [PATCH] Remove redis as a dependency --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 26edb9ac..feaf6658 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Description: Parallel Virtual Cluster node daemon (Python 3) Package: pvc-daemon-api Architecture: all -Depends: systemd, pvc-daemon-common, python3-yaml, python3-flask, python3-flask-restful, python3-celery, python-celery-common, python3-distutils, redis, python3-redis, python3-lxml, python3-flask-migrate, fio +Depends: systemd, pvc-daemon-common, python3-yaml, python3-flask, python3-flask-restful, python3-celery, python-celery-common, python3-distutils, python3-redis, python3-lxml, python3-flask-migrate, fio Description: Parallel Virtual Cluster API daemon (Python 3) A KVM/Zookeeper/Ceph-based VM and private cloud manager .