From dd6b2e5742dd4bf0c624482e69b254351a88ea12 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 30 Jan 2019 17:42:12 +0100 Subject: [PATCH] remove unused libxml-parser-perl dependency over from the time where corosync was still bnased on XML configs (pre PVE 4.0). This was not used, and XML::Parser is not Export based, so it does not pushes some methods into the using modules namespace Signed-off-by: Thomas Lamprecht --- PVE/API2/Cluster.pm | 2 -- debian/control | 1 - 2 files changed, 3 deletions(-) diff --git a/PVE/API2/Cluster.pm b/PVE/API2/Cluster.pm index 7700ca13..c72a075b 100644 --- a/PVE/API2/Cluster.pm +++ b/PVE/API2/Cluster.pm @@ -3,8 +3,6 @@ package PVE::API2::Cluster; use strict; use warnings; -use XML::Parser; - use PVE::SafeSyslog; use PVE::Tools qw(extract_param); use PVE::Exception qw(raise_param_exc); diff --git a/debian/control b/debian/control index e98feeff..182486be 100644 --- a/debian/control +++ b/debian/control @@ -61,7 +61,6 @@ Depends: apt-transport-https, liburi-perl, libuuid-perl, libwww-perl (>= 6.04-1), - libxml-parser-perl, logrotate, lsb-base, lzop,