diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-02 10:23:37 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-02 10:23:39 +0100 |
commit | 08f793a2054a0069b658a286d2863887472777f4 (patch) | |
tree | 582d48f618e0da97aa3952c51059cb58050d24c7 | |
parent | 47a35b19a6edd7f968751558bef6ce4701b5ebcc (diff) | |
download | vyos-1x-08f793a2054a0069b658a286d2863887472777f4.tar.gz vyos-1x-08f793a2054a0069b658a286d2863887472777f4.zip |
T640: add dbus to required dependencies
Without dbus the vyos-load-config.py will fail and nothing will work.
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 809c5cca2..d7cf064ae 100644 --- a/debian/control +++ b/debian/control @@ -72,6 +72,7 @@ Depends: python3, nginx-light, lldpd, frr, + dbus, hostapd (>= 0.6.8), wpasupplicant (>= 0.6.7), iw, |