From 9f6cd39d5a88bd66a0d6c2662d6c5fe0b8ea197a Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 9 Sep 2016 21:21:17 -0400 Subject: debian/control: fix missing dependency on python3-serial Add python3-serial to Depends. This is not resolved by ${python3:Depends} because it is commented out in requirements.txt. pyserial is problematic both because it is not pure python and because it is not available for python2.6. The commit 26ea813d2 removed pyserial and thus lost the automatic dependency. This makes SmartOS datasource work. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 759f7750..1788abb8 100644 --- a/debian/control +++ b/debian/control @@ -36,6 +36,7 @@ Depends: cloud-guest-utils | cloud-utils, procps, python3, python3-requests (>= 0.8.2), + python3-serial, ${misc:Depends}, ${python3:Depends} Recommends: eatmydata, gdisk, software-properties-common -- cgit v1.2.3