diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-09-20 07:21:35 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-09-20 07:22:26 +0200 |
commit | be7c7d12ec29f69c5531ec431d7b45db622636da (patch) | |
tree | def71c8fd41a5fa6a91d74e12772d2f8d715b52b /debian/control | |
parent | 2923f621a9a8985ceec58e85dd3d76607d4d7ae7 (diff) | |
download | vyos-1x-be7c7d12ec29f69c5531ec431d7b45db622636da.tar.gz vyos-1x-be7c7d12ec29f69c5531ec431d7b45db622636da.zip |
T854: add missing dependency on python3-isc-dhcp-leases
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 f2e5b4f24..0912acbcb 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Depends: python3, python3-psutil, python3-tabulate, python3-six, + python3-isc-dhcp-leases, ipaddrcheck, tcpdump, bmon, |