diff options
-rw-r--r-- | debian.trunk/control | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/debian.trunk/control b/debian.trunk/control index 8e279aea..6529e56a 100644 --- a/debian.trunk/control +++ b/debian.trunk/control @@ -8,7 +8,15 @@ Standards-Version: 3.9.1 Package: cloud-init Architecture: all -Depends: python, procps, python-configobj, python-cheetah, python-yaml, python-software-properties, cloud-utils, ${python:Depends}, ${misc:Depends} +Depends: cloud-utils, + procps, + python, + python-cheetah, + python-configobj, + python-software-properties, + python-yaml, + ${misc:Depends}, + ${python:Depends} XB-Python-Version: ${python:Versions} Description: Init scripts for cloud instances Cloud instances need special scripts to run during initialisation |