diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | packages/debian/control.in | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,7 @@ - add yum_add_repo configuration module for adding additional yum repos - work around the lazy loading of get_instance_metadata in boto >= 2.6.0 by fully walking the dictionary. (LP: #1068801) + Added dependency on distribute's python-pkg-resources 0.7.0: - add a 'exception_cb' argument to 'wait_for_url'. If provided, this method will be called back with the exception received and the message. diff --git a/packages/debian/control.in b/packages/debian/control.in index edb5aff5..dace0356 100644 --- a/packages/debian/control.in +++ b/packages/debian/control.in @@ -19,6 +19,7 @@ Standards-Version: 3.9.3 Package: cloud-init Architecture: all Depends: cloud-utils, + distribute, procps, python, #for $r in $requires |