diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-22 21:27:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 21:27:41 +0200 |
commit | 375b3550c128475b839607888288d8be7fe48a7b (patch) | |
tree | ae8498d62bdcc38c89d6ceb9b9d73342833ade16 | |
parent | 48c0a742800794ed650aa55c39fc968ca59100ce (diff) | |
download | vyatta-cfg-qos-375b3550c128475b839607888288d8be7fe48a7b.tar.gz vyatta-cfg-qos-375b3550c128475b839607888288d8be7fe48a7b.zip |
Debian: drop superfluous dependency on bridge-utils
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index f54fa24..8159963 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,7 @@ Depends: sed (>= 4.1.5), coreutils (>= 5.97-5.3), vyatta-cfg (>= 0.15.33), vyatta-bash | bash (>= 3.1), - iproute2 | vyatta-iproute, - bridge-utils, + iproute2, ethtool Suggests: util-linux (>= 2.13-5), net-tools, |