diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-20 18:44:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-20 18:44:52 +0200 |
commit | 62b501acee275391b5f09f0b6c73bc08aa0d5312 (patch) | |
tree | 6cb6440356d3a1f497affaddb6c2c3b773055ba0 /debian/control | |
parent | ab3be6ad4eac2fcb13a9f1faf33c8c19c9e4e252 (diff) | |
download | vyos-1x-62b501acee275391b5f09f0b6c73bc08aa0d5312.tar.gz vyos-1x-62b501acee275391b5f09f0b6c73bc08aa0d5312.zip |
Debian: add missing dependencies on iproute2, sudo, sed and vyatta-bash
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 22fb86d49..586140af0 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,7 @@ Standards-Version: 3.9.6 Package: vyos-1x Architecture: amd64 arm64 Depends: + ${python3:Depends}, accel-ppp, beep, bmon, @@ -41,11 +42,13 @@ Depends: console-data, crda, cron, + curl, dbus, ddclient (>= 3.9.1), dropbear, easy-rsa, etherwake, + ethtool, fastnetmon, file, frr (>= 7.5), @@ -59,6 +62,7 @@ Depends: ipaddrcheck, iperf, iperf3, + iproute2, iputils-arping, isc-dhcp-client, isc-dhcp-relay, @@ -67,14 +71,14 @@ Depends: keepalived (>=2.0.5), lcdproc, libatomic1, + libcharon-extra-plugins (>=5.8), libndp-tools, libnetfilter-conntrack3, libnfnetlink0, libpam-radius-auth (>= 1.5.0), - libstrongswan-standard-plugins (>=5.8), - libstrongswan-extra-plugins (>=5.8), - libcharon-extra-plugins (>=5.8), libqmi-utils, + libstrongswan-extra-plugins (>=5.8), + libstrongswan-standard-plugins (>=5.8), libvyosconfig0, lldpd, lm-sensors, @@ -83,6 +87,7 @@ Depends: minisign, modemmanager, mtr-tiny, + ndppd, netplug, nftables (>= 0.9.3), nginx-light, @@ -105,7 +110,6 @@ Depends: python3, python3-certbot-nginx, python3-crypt | python3-pycryptodome, - ${python3:Depends}, python3-flask, python3-hurry.filesize, python3-isc-dhcp-leases, @@ -127,6 +131,7 @@ Depends: qrencode, radvd, salt-minion, + sed, smartmontools, snmp, snmpd, @@ -136,6 +141,7 @@ Depends: ssl-cert, strongswan (>= 5.8), strongswan-swanctl (>= 5.8), + sudo, systemd, tcpdump, tcptraceroute, @@ -146,14 +152,14 @@ Depends: udp-broadcast-relay, usb-modeswitch, usbutils, + vyatta-bash, vyatta-cfg, vyos-http-api-tools, vyos-utils, wide-dhcpv6-client, wireguard-tools, wireless-regdb, - wpasupplicant (>= 0.6.7), - ndppd + wpasupplicant (>= 0.6.7) Description: VyOS configuration scripts and data VyOS configuration scripts, interface definitions, and everything |