diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-03-03 15:54:31 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-03-03 15:54:31 -0500 |
commit | 48297d2a5d5cd41286135e6c17b37e67fc1bc40d (patch) | |
tree | 59e10eaf5d4033eabb6a7d4e1694e69602c3fa4c /packages/debian | |
parent | b11401a01151c7f53770b8b20efd3abebb42e68a (diff) | |
download | vyos-cloud-init-48297d2a5d5cd41286135e6c17b37e67fc1bc40d.tar.gz vyos-cloud-init-48297d2a5d5cd41286135e6c17b37e67fc1bc40d.zip |
packages/debian: move software-properties-common to recommends, add eatmydata
Diffstat (limited to 'packages/debian')
-rw-r--r-- | packages/debian/control.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/debian/control.in b/packages/debian/control.in index bd6e3867..6de09f23 100644 --- a/packages/debian/control.in +++ b/packages/debian/control.in @@ -18,9 +18,8 @@ Architecture: all Depends: procps, ${python}, ${requires}, - software-properties-common, ${misc:Depends}, -Recommends: sudo +Recommends: eatmydata, sudo, software-properties-common XB-Python-Version: ${python:Versions} Description: Init scripts for cloud instances Cloud instances need special scripts to run during initialisation |