From: Fiona Ebner Date: Fri, 19 May 2023 09:18:16 +0000 (+0200) Subject: d/control: record dependency on libanyevent-perl X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=6bb5d640e3eb31e2395993d3880fc179d0ab3df8 d/control: record dependency on libanyevent-perl It's not just a build-dependency. Noticed during an sbuild of qemu-server that would fail with, because it couldn't locate the AnyEvent module used in RESTEnvironment.pm. Signed-off-by: Fiona Ebner --- diff --git a/debian/control b/debian/control index 32df3dc..546a5d2 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,8 @@ Standards-Version: 4.6.2 Package: libpve-common-perl Architecture: all -Depends: libclone-perl, +Depends: libanyevent-perl, + libclone-perl, libcrypt-openssl-random-perl, libcrypt-openssl-rsa-perl, libdevel-cycle-perl,