diff options
author | Christian Poessinger <christian@poessinger.com> | 2017-12-08 18:54:15 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2017-12-09 10:35:54 +0100 |
commit | a545cd18f98ad747af26176f9b05cc325e4dd5ff (patch) | |
tree | 77783a4ec3a7fd1359bec6823c7c76cd54071797 /debian | |
parent | f5c24a9e91f8ea5e0983697e4350cead206cea4e (diff) | |
download | vyos-1x-a545cd18f98ad747af26176f9b05cc325e4dd5ff.tar.gz vyos-1x-a545cd18f98ad747af26176f9b05cc325e4dd5ff.zip |
Add 'vyos-update-mdns-repeater.py' functionality
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 33de6b7ef..a19cc80d4 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Standards-Version: 3.9.6 Package: vyos-1x Architecture: all -Depends: python3, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} +Depends: python3, ${python3:Depends}, python3-netifaces, + ${shlibs:Depends}, ${misc:Depends} Description: VyOS configuration scripts and data VyOS configuration scripts, interface definitions, and everything |