summaryrefslogtreecommitdiff
path: root/packages/debian/control.in
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-07-22 13:37:21 -0400
committerScott Moser <smoser@ubuntu.com>2015-07-22 13:37:21 -0400
commit201cc6d5505d088b2143cc881babc153c9f6d5c4 (patch)
tree7fb66587e46f86a0f64b27a7054eccdbacbfd4f5 /packages/debian/control.in
parentb5230bc3e9d65692093cae9d2f4ca628435a382b (diff)
downloadvyos-cloud-init-201cc6d5505d088b2143cc881babc153c9f6d5c4.tar.gz
vyos-cloud-init-201cc6d5505d088b2143cc881babc153c9f6d5c4.zip
packages/debian/control.in: add depends on iproute2
tests (specifically DataSourceOpenNebula) runs 'ip' which comes from iproute2.
Diffstat (limited to 'packages/debian/control.in')
-rw-r--r--packages/debian/control.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/debian/control.in b/packages/debian/control.in
index 401a542f..5fe16e43 100644
--- a/packages/debian/control.in
+++ b/packages/debian/control.in
@@ -6,6 +6,7 @@ Maintainer: Scott Moser <smoser@ubuntu.com>
Build-Depends: debhelper (>= 9),
dh-python,
dh-systemd,
+ iproute2,
pyflakes,
${python},
${test_requires},