summaryrefslogtreecommitdiff
path: root/Requires
diff options
context:
space:
mode:
Diffstat (limited to 'Requires')
-rw-r--r--Requires16
1 files changed, 12 insertions, 4 deletions
diff --git a/Requires b/Requires
index 4f9311d5..f19c9691 100644
--- a/Requires
+++ b/Requires
@@ -10,10 +10,9 @@ PrettyTable
# datasource is removed, this is no longer needed
oauth
-# This is used to fetch the ec2 metadata into a easily
-# parseable format, instead of having to have cloud-init perform
-# those same fetchs and decodes and signing (...) that ec2 requires.
-boto
+# This one is currently used only by the SmartOS datasource. If that
+# datasource is removed, this is no longer needed
+pyserial
# This is only needed for places where we need to support configs in a manner
# that the built-in config parser is not sufficent (ie
@@ -26,3 +25,12 @@ pyyaml
# The new main entrypoint uses argparse instead of optparse
argparse
+
+# Requests handles ssl correctly!
+requests
+
+# Boto for ec2
+boto
+
+# For patching pieces of cloud-config together
+jsonpatch