From e4c96ee43d980925e2a52517f4aa4cd7fe95ec58 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 24 Dec 2019 10:48:15 -0500 Subject: [PATCH] Add flask-restful dependency --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 895c4195..1d3655c1 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Description: Parallel Virtual Cluster CLI client (Python 3) Package: pvc-client-api Architecture: all -Depends: systemd, pvc-client-common, python3-yaml, python3-flask, python3-gevent, python3-celery, python-celery-common, python3-distutils, redis, python3-redis +Depends: systemd, pvc-client-common, python3-yaml, python3-flask, python3-flask-restful, python3-gevent, python3-celery, python-celery-common, python3-distutils, redis, python3-redis Description: Parallel Virtual Cluster API client (Python 3) A KVM/Zookeeper/Ceph-based VM and private cloud manager .