diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-06-12 10:10:21 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-06-12 10:10:21 +0200 |
commit | d24f18c25ec159ace25107fc04e50ac67ffe26ca (patch) | |
tree | e367bd11a521aee4c39b2a52d2e6e95df6f47eac /debian/control | |
parent | 5e7cf2bb32ca5860d59d3a3c1fce9e3bba2236a2 (diff) | |
download | vyos-1x-d24f18c25ec159ace25107fc04e50ac67ffe26ca.tar.gz vyos-1x-d24f18c25ec159ace25107fc04e50ac67ffe26ca.zip |
T1431: add dependency on python3-bottle to have something to run the HTTP API with.
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 bf213352e..c8946e991 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,7 @@ Depends: python3, python3-isc-dhcp-leases, python3-hurry.filesize, python3-vici (>= 5.7.2), + python3-bottle, ipaddrcheck, tcpdump, tshark, |