]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
d/control: re-add CT/VM dependency
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 20 Nov 2019 19:13:33 +0000 (20:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 20 Nov 2019 19:13:36 +0000 (20:13 +0100)
this was an issue for 5.x, initial pre-6.0 and should work now again
as expected..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control

index 38690cd768576897319032e0f58f6750b85f75cf..7b4ffb00962e35b6b7c5485e322582d0889c19d4 100644 (file)
@@ -21,10 +21,8 @@ Depends: libjson-perl,
          libpve-cluster-perl,
          libpve-common-perl,
          pve-cluster (>= 3.0-17),
-# TODO: for PVE 6 re-add thos two, we just removed them to avoid a dpkg issue
-# with cyclic depdnencies and wrong trigger cycle detections
-#        pve-container,
-#        qemu-server,
+         pve-container,
+         qemu-server (>= 6.0-15),
          systemd,
          ${misc:Depends},
          ${perl:Depends},