summaryrefslogtreecommitdiff
path: root/Requires
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-01-17 16:34:53 -0500
committerScott Moser <smoser@ubuntu.com>2014-01-17 16:34:53 -0500
commit9a0d6158fbe311bcabc9d80590bfb91e7ccb3f17 (patch)
treeac38675b53e9adb9020541b3b6be7a66c69b7150 /Requires
parent605335f4732246ef89b94dcc542e73f13fdef1c9 (diff)
parent3e5e7f563837685aeabc2fc67dd6cbb9fc619b0a (diff)
downloadvyos-cloud-init-9a0d6158fbe311bcabc9d80590bfb91e7ccb3f17.tar.gz
vyos-cloud-init-9a0d6158fbe311bcabc9d80590bfb91e7ccb3f17.zip
drop requirement on boto for its boto.utils.get_instance_metadata()
We had a requirement on boto only to use boto.utils.get_instance_metadata(). That had actually caused some pain in the past. This removes a Requires and also one that wasn't python3.
Diffstat (limited to 'Requires')
-rw-r--r--Requires6
1 files changed, 3 insertions, 3 deletions
diff --git a/Requires b/Requires
index f19c9691..e847506f 100644
--- a/Requires
+++ b/Requires
@@ -29,8 +29,8 @@ argparse
# Requests handles ssl correctly!
requests
-# Boto for ec2
-boto
-
# For patching pieces of cloud-config together
jsonpatch
+
+# For http testing (only needed for testing)
+httpretty>=0.7.1