diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-09-02 01:34:48 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-09-02 01:34:48 +0200 |
commit | 4d36b564d468628cb87f92f1054d6ff8d499087e (patch) | |
tree | 65a7eee437ab610dd6775465c13386b0adcd6d14 | |
parent | eb4e34c967c9ac638605723cb9b5dfbebc5d6253 (diff) | |
download | vyos-1x-4d36b564d468628cb87f92f1054d6ff8d499087e.tar.gz vyos-1x-4d36b564d468628cb87f92f1054d6ff8d499087e.zip |
T823: add dependency on python3-six
This is needed because this dependency is missing in the python3--isc-dhcp-leases
package from stretch. When that issue is resolved, the dependency
can be safely removed.
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 04b228737..b20690e75 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,7 @@ Depends: python3, python3-pystache, python3-psutil, python3-tabulate, + python3-six, ipaddrcheck, tcpdump, bmon, |