diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-20 14:38:18 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-20 14:41:17 +0100 |
commit | 3072715876d682a2b9892a29dc821b8b04230e4b (patch) | |
tree | 38397a78c908df6813edcbaa8ad0889312ccddce | |
parent | 7192bee2bb812d0906f8b89daa225db2c9941d8a (diff) | |
download | vyos-1x-3072715876d682a2b9892a29dc821b8b04230e4b.tar.gz vyos-1x-3072715876d682a2b9892a29dc821b8b04230e4b.zip |
Debian: add 'cron' package dependency
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 06eb1b8df..f62037af2 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,7 @@ Depends: python3, python3-vici (>= 5.7.2), python3-bottle, python3-zmq, + cron, ipaddrcheck, tcpdump, tshark, |