summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@brickies.net>2016-09-09 21:21:17 -0400
committerScott Moser <smoser@brickies.net>2016-09-09 21:21:17 -0400
commit77b7d7cf922a06360065d6787681f3b2dd8ac29b (patch)
treebc1bbba5d7f617047e2ef7d871cc35edd6c64feb
parentdbc07567b6dc8ff03231def19232fa1c8a652369 (diff)
downloadvyos-cloud-init-77b7d7cf922a06360065d6787681f3b2dd8ac29b.tar.gz
vyos-cloud-init-77b7d7cf922a06360065d6787681f3b2dd8ac29b.zip
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.
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
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