summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-06-12 10:10:21 +0200
committerDaniil Baturin <daniil@baturin.org>2019-06-12 10:10:21 +0200
commitd24f18c25ec159ace25107fc04e50ac67ffe26ca (patch)
treee367bd11a521aee4c39b2a52d2e6e95df6f47eac
parent5e7cf2bb32ca5860d59d3a3c1fce9e3bba2236a2 (diff)
downloadvyos-1x-d24f18c25ec159ace25107fc04e50ac67ffe26ca.tar.gz
vyos-1x-d24f18c25ec159ace25107fc04e50ac67ffe26ca.zip
T1431: add dependency on python3-bottle to have something to run the HTTP API with.
-rw-r--r--debian/control1
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,