summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoren Hansen <soren@canonical.com>2009-08-10 18:00:16 +0200
committerSoren Hansen <soren@canonical.com>2009-08-10 18:00:16 +0200
commit343ee6f6f3348da6cb48b572f918fe39affcf5d2 (patch)
treec24ecf574f5e6ef41d68981cb133ef6bf6748306
parente7ed58f1885313f419b9a658290d16a71e4ee0f7 (diff)
downloadvyos-cloud-init-343ee6f6f3348da6cb48b572f918fe39affcf5d2.tar.gz
vyos-cloud-init-343ee6f6f3348da6cb48b572f918fe39affcf5d2.zip
Added a runtime dependency on python-boto.
-rw-r--r--debian/control2
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