From cf98afd14451cee4ad4b8948ad36a9879d66377d Mon Sep 17 00:00:00 2001 From: Julien Fortin Date: Wed, 19 Dec 2018 20:34:53 +0100 Subject: [PATCH] debian: control: add python-pkg-resources to suggested dependencies-list Signed-off-by: Julien Fortin --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index a90389f..dd1a0b2 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Provides: ifupdown Conflicts: ifupdown Replaces: ifupdown Depends: ${python:Depends}, ${misc:Depends}, iproute2, python-argcomplete, python-ipaddr -Suggests: isc-dhcp-client, bridge-utils, ethtool, python-gvgen, python-mako +Suggests: isc-dhcp-client, bridge-utils, ethtool, python-gvgen, python-mako, python-pkg-resources Description: Network Interface Management tool similar to ifupdown ifupdown2 is ifupdown re-written in Python. It replaces ifupdown and provides the same user interface as ifupdown for network interface configuration.