summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-11-13 12:30:42 -0500
committerScott Moser <smoser@ubuntu.com>2012-11-13 12:30:42 -0500
commit8cd2b2a5019f1e2a3041392956001ca2495d57fd (patch)
tree1eb9fc0876e697c274a7d656c1141316f8bd5c1a /ChangeLog
parentc26b0674aa2ef31c7c3f7a0392044382cf6a452f (diff)
parent517f52af3c7fa39b0303f337681f77e2d2a4ff6f (diff)
downloadvyos-cloud-init-8cd2b2a5019f1e2a3041392956001ca2495d57fd.tar.gz
vyos-cloud-init-8cd2b2a5019f1e2a3041392956001ca2495d57fd.zip
fix bad dependency added during the boto fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 21584bb7..14efc4b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,7 +40,7 @@
dictionary and force it to full expand so that if cloud-init blocks the ec2
metadata port the lazy loaded dictionary will continue working properly
instead of trying to make additional url calls which will fail (LP: #1068801)
- - Added dependency on distribute's python-pkg-resources
+ - Added dependency: python-pkg-resources (deb), python-setuptools (rpm)
- use a set of helper/parsing classes to perform system configuration
for easier test. (/etc/sysconfig, /etc/hostname, resolv.conf, /etc/hosts)
0.7.0: