mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-05 15:52:43 +00:00
remove libmime-base32-perl - we do not need that
This commit is contained in:
parent
8ecb08d710
commit
2b4582cb92
2
debian/control
vendored
2
debian/control
vendored
@ -7,6 +7,6 @@ Standards-Version: 3.8.4
|
||||
|
||||
Package: libpve-common-perl
|
||||
Architecture: all
|
||||
Depends: ${perl:Depends} ${misc:Depends}, libclone-perl, libdevel-cycle-perl, libwww-perl, libjson-perl, liblinux-inotify2-perl, libio-stringy-perl, liburi-perl, libstring-shellquote-perl, libnet-ip-perl, libfilesys-df-perl, libnet-dbus-perl, libmime-base32-perl, libcrypt-openssl-rsa-perl, libcrypt-openssl-random-perl
|
||||
Depends: ${perl:Depends} ${misc:Depends}, libclone-perl, libdevel-cycle-perl, libwww-perl, libjson-perl, liblinux-inotify2-perl, libio-stringy-perl, liburi-perl, libstring-shellquote-perl, libnet-ip-perl, libfilesys-df-perl, libnet-dbus-perl, libcrypt-openssl-rsa-perl, libcrypt-openssl-random-perl
|
||||
Description: Proxmox VE base library
|
||||
This package contains the base library used by other Proxmox VE components.
|
||||
|
@ -6,7 +6,6 @@ use warnings;
|
||||
use Crypt::OpenSSL::Random;
|
||||
use Crypt::OpenSSL::RSA;
|
||||
use MIME::Base64;
|
||||
use MIME::Base32; #libmime-base32-perl
|
||||
use Digest::SHA;
|
||||
use Time::HiRes qw(gettimeofday);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user