mirror of
git://git.proxmox.com/git/pve-network.git
synced 2025-04-30 11:27:11 +02:00
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>
This commit is contained in:
parent
fae1c5b630
commit
cbc70c81b9
2
debian/control
vendored
2
debian/control
vendored
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue