diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-09-22 15:46:40 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-09-22 15:46:40 -0400 |
commit | 78e7bce8f6762ba8fe57c9b4398fe2d95ebe6fa3 (patch) | |
tree | f5e4737b25834c7201386f2ed8d76ded472db518 /debian.trunk | |
parent | 3402607ecccb384eded813e02b697f7eb1834ba1 (diff) | |
download | vyos-cloud-init-78e7bce8f6762ba8fe57c9b4398fe2d95ebe6fa3.tar.gz vyos-cloud-init-78e7bce8f6762ba8fe57c9b4398fe2d95ebe6fa3.zip |
mention dependency on python-boto
Diffstat (limited to 'debian.trunk')
-rw-r--r-- | debian.trunk/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian.trunk/control b/debian.trunk/control index 6529e56a..0ea80115 100644 --- a/debian.trunk/control +++ b/debian.trunk/control @@ -11,6 +11,7 @@ Architecture: all Depends: cloud-utils, procps, python, + python-boto (>=2.0), python-cheetah, python-configobj, python-software-properties, |