From 77b7d7cf922a06360065d6787681f3b2dd8ac29b Mon Sep 17 00:00:00 2001
From: Scott Moser <smoser@brickies.net>
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(+)

(limited to 'debian')

diff --git a/debian/control b/debian/control
index e9926e40..10b8370d 100644
--- a/debian/control
+++ b/debian/control
@@ -38,6 +38,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