diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-09 22:20:28 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-09 22:20:28 +0200 |
commit | 60ea0c9f6eef3f0611b620fa141428770389295d (patch) | |
tree | 5a3795268897de738aa4d212ecf46ebda3fa87b6 /debian/control | |
parent | 235ccf39efc58fd07a3504dc0add379ba0c5a98a (diff) | |
download | vyos-1x-60ea0c9f6eef3f0611b620fa141428770389295d.tar.gz vyos-1x-60ea0c9f6eef3f0611b620fa141428770389295d.zip |
Debian: T640: explicitly add easy-rsa
easy-rsa is used by e.g. OpenVPN installation and was dropped when enabling
"--apt-recommends false" in VyOS build system. Dependency has been
explicitly added.
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 bccfc02d4..7b95b2c75 100644 --- a/debian/control +++ b/debian/control @@ -32,6 +32,7 @@ Depends: python3, python3-netaddr, python3-zmq, cron, + easy-rsa, ipaddrcheck, tcpdump, tshark, |