summaryrefslogtreecommitdiff
path: root/Requires
diff options
context:
space:
mode:
authorharlowja <harlowja@virtualbox.rhel>2012-06-22 08:47:49 -0700
committerharlowja <harlowja@virtualbox.rhel>2012-06-22 08:47:49 -0700
commit9bc45d35160717ff6ea5ba5289979202ca35bce5 (patch)
tree71822bdae2ea1be5ece5783881ee31724c902121 /Requires
parent2a2dc725670f8ff3c6024332302ff9c718ff27f2 (diff)
downloadvyos-cloud-init-9bc45d35160717ff6ea5ba5289979202ca35bce5.tar.gz
vyos-cloud-init-9bc45d35160717ff6ea5ba5289979202ca35bce5.zip
Add comment that configobj is used for more than just old configs.
Diffstat (limited to 'Requires')
-rw-r--r--Requires4
1 files changed, 4 insertions, 0 deletions
diff --git a/Requires b/Requires
index 5a350900..bd2db00c 100644
--- a/Requires
+++ b/Requires
@@ -18,6 +18,10 @@ oauth>=1.0
boto>=2.4
# This is only needed if you have old style configurations
+# and any places where we need to support configs in a manner
+# that the built-in config parser is not sufficent (ie
+# when we need to preserve comments, or do not have a top-level
+# section)...
configobj>=4.6
# All new style configurations are in the yaml format