diff options
author | John Estabrook <jestabro@vyos.io> | 2020-05-06 17:43:33 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2020-05-06 19:12:32 -0500 |
commit | c4312498ebe0643061f1d06ad9655d49fb9d9af7 (patch) | |
tree | 96656e4c4cfff320e210db361f5c51e1f3294428 /debian/control | |
parent | dbe9f73cc9180b5c0d06007476d7120cde51725d (diff) | |
download | vyos-1x-c4312498ebe0643061f1d06ad9655d49fb9d9af7.tar.gz vyos-1x-c4312498ebe0643061f1d06ad9655d49fb9d9af7.zip |
http api: T2395: replace bottle with flask as microframework
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5c176f40a..592d5153d 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Depends: python3, python3-isc-dhcp-leases, python3-hurry.filesize, python3-vici (>= 5.7.2), - python3-bottle, + python3-flask, python3-netaddr, python3-zmq, cron, |