mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 17:45:15 +00:00
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:
parent
97ad5e50d7
commit
dd6b2e5742
@ -3,8 +3,6 @@ package PVE::API2::Cluster;
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use XML::Parser;
|
|
||||||
|
|
||||||
use PVE::SafeSyslog;
|
use PVE::SafeSyslog;
|
||||||
use PVE::Tools qw(extract_param);
|
use PVE::Tools qw(extract_param);
|
||||||
use PVE::Exception qw(raise_param_exc);
|
use PVE::Exception qw(raise_param_exc);
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -61,7 +61,6 @@ Depends: apt-transport-https,
|
|||||||
liburi-perl,
|
liburi-perl,
|
||||||
libuuid-perl,
|
libuuid-perl,
|
||||||
libwww-perl (>= 6.04-1),
|
libwww-perl (>= 6.04-1),
|
||||||
libxml-parser-perl,
|
|
||||||
logrotate,
|
logrotate,
|
||||||
lsb-base,
|
lsb-base,
|
||||||
lzop,
|
lzop,
|
||||||
|
Loading…
Reference in New Issue
Block a user