mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-30 15:17:09 +00:00
debianpkg: use better dependency for pythontools
As described in https://wiki.debian.org/binNMU, arch-indep packages should have an "almost identical" dependency so "+..." changes can be made to arch-dep packages without breaking the arch-indep pkgs. Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
e14560a7e6
commit
e94eec84f3
@ -81,7 +81,8 @@ Section: net
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
frr (= ${binary:Version}),
|
frr (<< ${source:Upstream-Version}.0-~),
|
||||||
|
frr (>= ${source:Version}~),
|
||||||
python (>= 2.7) | python3,
|
python (>= 2.7) | python3,
|
||||||
python-ipaddr | python-ipaddress
|
python-ipaddr | python-ipaddress
|
||||||
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (Python Tools)
|
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (Python Tools)
|
||||||
|
Loading…
Reference in New Issue
Block a user