Add flask-restful dependency

This commit is contained in:
Joshua Boniface 2019-12-24 10:48:15 -05:00
parent f48d1e6d40
commit e4c96ee43d
1 changed files with 1 additions and 1 deletions

2
debian/control vendored
View File

@ -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
.