diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-13 17:36:36 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-13 17:36:36 +0100 |
commit | 0c738d66db13a8e7d43e5cf40e5de1a8ef75acd6 (patch) | |
tree | 95c10430c937c304855d0d6df09c80bd65747081 /debian/control | |
parent | 13bc01034d287ffdf1249138ddfbdbb1866b5a93 (diff) | |
download | vyos-1x-0c738d66db13a8e7d43e5cf40e5de1a8ef75acd6.tar.gz vyos-1x-0c738d66db13a8e7d43e5cf40e5de1a8ef75acd6.zip |
Debian: add missing dependency on isc-dhcp-client
Commit e39f2ea ("dhclient-script: T1987: Multiple fixes in dhclient-script")
added the dhclient script but it missed the dependency.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index b80d6d557..dc6c9a8f4 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,7 @@ Depends: python3, ipaddrcheck, tcpdump, tshark, + isc-dhcp-client, bmon, hvinfo, file, |