diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-12 20:53:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-12 20:53:15 +0100 |
commit | 3dd837f2d3518b7ddcf8e1ab68d8ab9f3eff0968 (patch) | |
tree | 988d85dfba9d08afe488342b6311130e766d52fa | |
parent | d55b7c766e2c1e649df820745ae210140f618c4d (diff) | |
download | vyatta-cfg-system-3dd837f2d3518b7ddcf8e1ab68d8ab9f3eff0968.tar.gz vyatta-cfg-system-3dd837f2d3518b7ddcf8e1ab68d8ab9f3eff0968.zip |
Debian: T1579: drop dependency on ifupdown
This is no longer required as we take care about the interfaces by ourselfs
through Python vyos.ifconfig module.
-rw-r--r-- | debian/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 71c620a4..9a566ce4 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,6 @@ Depends: adduser, bridge-utils, ethtool, ed, - ifupdown, installation-report, laptop-detect, mgetty, |