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:
David Lamparter 2018-10-23 13:54:07 +02:00
parent e14560a7e6
commit e94eec84f3

View File

@ -81,7 +81,8 @@ Section: net
Architecture: all
Depends:
${misc:Depends},
frr (= ${binary:Version}),
frr (<< ${source:Upstream-Version}.0-~),
frr (>= ${source:Version}~),
python (>= 2.7) | python3,
python-ipaddr | python-ipaddress
Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon (Python Tools)