Change dependencies for CLI client

This commit is contained in:
Joshua Boniface 2019-12-25 13:52:06 -05:00
parent 3e960b8adf
commit f5436ed8a9
1 changed files with 8 additions and 8 deletions

16
debian/control vendored
View File

@ -23,14 +23,6 @@ Description: Parallel Virtual Cluster common client libraries (Python 3)
.
This package installs the common client libraries
Package: pvc-client-cli
Architecture: all
Depends: pvc-client-common, python3-yaml, python3-netifaces, python3-dialog
Description: Parallel Virtual Cluster CLI client (Python 3)
A KVM/Zookeeper/Ceph-based VM and private cloud manager
.
This package installs the PVC command-line client
Package: pvc-client-api
Architecture: all
Depends: systemd, pvc-client-common, python3-yaml, python3-flask, python3-flask-restful, python3-gevent, python3-celery, python-celery-common, python3-distutils, redis, python3-redis
@ -38,3 +30,11 @@ Description: Parallel Virtual Cluster API client (Python 3)
A KVM/Zookeeper/Ceph-based VM and private cloud manager
.
This package installs the PVC API client daemon
Package: pvc-client-cli
Architecture: all
Depends: python3-requests, python3-yaml
Description: Parallel Virtual Cluster CLI client (Python 3)
A KVM/Zookeeper/Ceph-based VM and private cloud manager
.
This package installs the PVC API command-line client