[pve-devel] [PATCH common] d/control: add missing dependencies

Fabian Grünbichler f.gruenbichler at proxmox.com
Fri Feb 8 21:57:07 CET 2019


used by the ACME standalone challenge.

these were previously already depended on by pve-manager, where they were
recently removed - exposing the fact they are in fact required by
libpve-common-perl.

Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
Notes:
    even if we might change the standalone HTTP implementation soonish - this
    breaks fresh installs on a minimal debian system (e.g., via ansible).

 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index 79f2b7b..c895f6f 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,8 @@ Depends: libclone-perl,
          libcrypt-openssl-rsa-perl,
          libdevel-cycle-perl,
          libfilesys-df-perl,
+         libhttp-daemon-perl,
+         libhttp-message-perl,
          libio-stringy-perl,
          libjson-perl,
          liblinux-inotify2-perl,
-- 
2.20.1





More information about the pve-devel mailing list