diff options
| author | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2024-11-19 16:22:28 +0100 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2024-11-19 16:41:33 +0100 |
| commit | cbc70c81b9a2647a20903b27cabb14c1d6dc6d76 (patch) | |
| tree | 964a10b51de39989b0eebf479a3636ecd3c606be | |
| parent | fae1c5b6306d8653206fd472250fdcd5abfcc7f9 (diff) | |
d/control: record dependency to pve-firewall from api package
We mount the per-vnet firewall API endpoints here now, as we split api
and implementation we can avoid a cyclic dependency.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
| -rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 79cb2d3..bb8cef9 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper-compat (= 13), libtest-mockmodule-perl, perl, pve-cluster (>= 8.0.10), + pve-firewall (>= 5.1.0~), pve-doc-generator (>= 5.3-3), libpve-access-control, Standards-Version: 4.6.1 @@ -32,6 +33,7 @@ Description: Proxmox VE's SDN (Software Defined Network) stack Package: libpve-network-api-perl Architecture: all Depends: libpve-common-perl (>= 5.0-45), + pve-firewall (>= 5.1.0~), pve-cluster (>= 8.0.9), libpve-network-perl (= ${binary:Version}), ${misc:Depends}, |
