Add missing dependency for CLI

This commit is contained in:
Joshua Boniface 2020-08-27 13:14:46 -04:00
parent b51f0a339d
commit 4fbec63bf4
1 changed files with 1 additions and 1 deletions

2
debian/control vendored
View File

@ -33,7 +33,7 @@ Description: Parallel Virtual Cluster common libraries (Python 3)
Package: pvc-client-cli
Architecture: all
Depends: python3-requests, python3-requests-toolbelt, python3-yaml, python3-lxml
Depends: python3-requests, python3-requests-toolbelt, python3-yaml, python3-lxml, python3-click
Description: Parallel Virtual Cluster CLI client (Python 3)
A KVM/Zookeeper/Ceph-based VM and private cloud manager
.