From f4ef08df498e76028db9d4171df011efc1f37326 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 26 Dec 2019 23:15:46 -0500 Subject: [PATCH] Add lxml dependency for pretty parsing of VM XML --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 131755f4..7dc27004 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Description: Parallel Virtual Cluster API client (Python 3) Package: pvc-client-cli Architecture: all -Depends: python3-requests, python3-yaml +Depends: python3-requests, python3-yaml, python3-lxml Description: Parallel Virtual Cluster CLI client (Python 3) A KVM/Zookeeper/Ceph-based VM and private cloud manager .