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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-01-30 17:42:12 +01:00 committed by Wolfgang Bumiller
parent 97ad5e50d7
commit dd6b2e5742
2 changed files with 0 additions and 3 deletions

View File

@ -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);

1
debian/control vendored
View File

@ -61,7 +61,6 @@ Depends: apt-transport-https,
liburi-perl,
libuuid-perl,
libwww-perl (>= 6.04-1),
libxml-parser-perl,
logrotate,
lsb-base,
lzop,