]> git.proxmox.com Git - openvswitch.git/blame - pvepatches/add-net-tools-dependency.patch
depend on net-tools
[openvswitch.git] / pvepatches / add-net-tools-dependency.patch
CommitLineData
04905508
WB
1> Debian #857178
2> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857178
3diff -rup a/debian/control b/debian/control
4--- a/debian/control 2017-03-27 12:27:49.803031236 +0200
5+++ b/debian/control 2017-03-27 12:29:13.762965174 +0200
6@@ -46,6 +46,7 @@ Architecture: linux-any
7 Suggests: openvswitch-datapath-module
8 Depends: kmod | module-init-tools,
9 netbase,
10+ net-tools,
11 openvswitch-common (= ${binary:Version}),
12 procps,
13 python-argparse,