From 5092c86904322203beeb5e79ff29db5658901855 Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Wed, 13 Sep 2017 16:10:22 +0200 Subject: [PATCH] Add a build dependency to libxml-libxml-perl, needed for OVF parsing XML::LibXML is being actively developed, and has 91 reverse depencies in Debian Stretch, so it should not go away. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index c2000e77..d5e4bb67 100644 --- a/debian/control +++ b/debian/control @@ -23,6 +23,7 @@ Depends: libc6 (>= 2.7-18), libjson-xs-perl, libio-multiplex-perl, libnet-ssleay-perl, + libxml-libxml-perl, socat, pve-firewall, libuuid-perl,