From f245e9dd5ce51641b44e05116dd640551f71bcc5 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 24 Oct 2018 17:20:29 +0200 Subject: [PATCH] debianpkg: make frr-pythontools a "Recommends:" From the Debian policy: Recommends: This declares a strong, but not absolute, dependency. The Recommends field should list packages that would be found together with this one in all but unusual installations. I'd say, yes, we do want the python-based reload functionality in all but unusual installations. Signed-off-by: David Lamparter --- debianpkg/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debianpkg/control b/debianpkg/control index 7db983f802..7c31fad252 100644 --- a/debianpkg/control +++ b/debianpkg/control @@ -42,6 +42,7 @@ Depends: iproute2 | iproute, logrotate (>= 3.2-11) Pre-Depends: adduser +Recommends: frr-pythontools Conflicts: zebra, zebra-pj, quagga Replaces: zebra, zebra-pj Description: BGP/OSPF/RIP/RIPng/ISIS/PIM/LDP routing daemon forked from Quagga -- 2.39.5