diff options
author | Soren Hansen <soren@canonical.com> | 2009-08-10 18:00:16 +0200 |
---|---|---|
committer | Soren Hansen <soren@canonical.com> | 2009-08-10 18:00:16 +0200 |
commit | 343ee6f6f3348da6cb48b572f918fe39affcf5d2 (patch) | |
tree | c24ecf574f5e6ef41d68981cb133ef6bf6748306 | |
parent | e7ed58f1885313f419b9a658290d16a71e4ee0f7 (diff) | |
download | vyos-cloud-init-343ee6f6f3348da6cb48b572f918fe39affcf5d2.tar.gz vyos-cloud-init-343ee6f6f3348da6cb48b572f918fe39affcf5d2.zip |
Added a runtime dependency on python-boto.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b88cb1ed..97aaa113 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.8.0 Package: ec2-init Architecture: all -Depends: python, procps, python-configobj, python-cheetah, update-motd, ${python:Depends} +Depends: python, procps, python-configobj, python-cheetah, update-motd, python-boto, ${python:Depends} XB-Python-Version: ${python:Versions} Description: Init scripts for EC2 instances EC2 instances need special scripts to run during initialisation |