From 4417bd374b41af6f950fed322acf2526b9118bef Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 20 Feb 2020 23:27:07 -0500 Subject: [PATCH] Add Python requests toolbelt to CLI deps --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index d48c4fa5..232b15f4 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-yaml, python3-lxml +Depends: python3-requests, python3-requests-toolbelt, python3-yaml, python3-lxml Description: Parallel Virtual Cluster CLI client (Python 3) A KVM/Zookeeper/Ceph-based VM and private cloud manager .