From 4fbec63bf472a26df9fbdc25430811bcd1cb8379 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 27 Aug 2020 13:14:46 -0400 Subject: [PATCH] Add missing dependency for CLI --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ec40221b..fafe15f4 100644 --- a/debian/control +++ b/debian/control @@ -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 .