From 4d36b564d468628cb87f92f1054d6ff8d499087e Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 2 Sep 2018 01:34:48 +0200 Subject: 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. --- debian/control | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.3