diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-07-22 13:37:21 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-07-22 13:37:21 -0400 |
commit | 201cc6d5505d088b2143cc881babc153c9f6d5c4 (patch) | |
tree | 7fb66587e46f86a0f64b27a7054eccdbacbfd4f5 /packages/debian | |
parent | b5230bc3e9d65692093cae9d2f4ca628435a382b (diff) | |
download | vyos-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')
-rw-r--r-- | packages/debian/control.in | 1 |
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}, |