summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-23 09:54:13 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-10 18:11:31 +0000
commit3a4444530d7cf6c036813acd0d10305400fe842d (patch)
tree6c89cc26823e0c26c3c81c3ee039c906437e99cc
parentf46b33f777d1afa46479bbd366ea6ae256686efa (diff)
downloaddefinitions-3a4444530d7cf6c036813acd0d10305400fe842d.tar.gz
Move python-requests to 'python-core'
It's already used in both 'cloudinit-support' and 'openstack-clients', and will soon be used by lorry-controller too. Really anybody using 'urllib2' should be using 'requests' instead.
-rw-r--r--strata/cloudinit-support.morph6
-rw-r--r--strata/openstack-clients.morph7
-rw-r--r--strata/python-core.morph5
3 files changed, 5 insertions, 13 deletions
diff --git a/strata/cloudinit-support.morph b/strata/cloudinit-support.morph
index 399df685..14786dde 100644
--- a/strata/cloudinit-support.morph
+++ b/strata/cloudinit-support.morph
@@ -11,11 +11,6 @@ chunks:
ref: 935a78736e4eb43b9fafae87f5e9902328673f63
unpetrify-ref: baserock/morph
build-depends: []
-- name: python-requests
- repo: upstream:python-requests
- ref: b891877ee6d76b0a3f8cbf2e7cd34cc4cbc40b6b
- unpetrify-ref: baserock/morph
- build-depends: []
- name: python-prettytable
morph: strata/cloudinit-support/python-prettytable.morph
repo: upstream:python-prettytable
@@ -51,7 +46,6 @@ chunks:
build-depends:
- boto
- configobj
- - python-requests
- python-prettytable
- python-json-pointer
- python-cheetah
diff --git a/strata/openstack-clients.morph b/strata/openstack-clients.morph
index c4775219..1b348630 100644
--- a/strata/openstack-clients.morph
+++ b/strata/openstack-clients.morph
@@ -49,11 +49,6 @@ chunks:
ref: ac5470ec9e68332ebc499c4f9f21e7e3cb31ecb6
unpetrify-ref: baserock/morph
build-depends: []
-- name: python-requests
- repo: upstream:python-requests
- ref: b891877ee6d76b0a3f8cbf2e7cd34cc4cbc40b6b
- unpetrify-ref: baserock/morph
- build-depends: []
- name: simplejson
repo: upstream:simplejson
ref: 35816bfe2d0ddeb5ddcc68239683cbb35b7e3ff2
@@ -83,7 +78,6 @@ chunks:
build-depends:
- pyiso8601
- python-prettytable
- - python-requests
- simplejson
- netaddr
- babel
@@ -105,6 +99,5 @@ chunks:
- python-prettytable
- argparse
- pyiso8601
- - python-requests
- simplejson
- babel
diff --git a/strata/python-core.morph b/strata/python-core.morph
index a76262f4..8758eaf7 100644
--- a/strata/python-core.morph
+++ b/strata/python-core.morph
@@ -15,3 +15,8 @@ chunks:
unpetrify-ref: 0.10.7
build-depends:
- pip
+- name: python-requests
+ repo: upstream:python-requests
+ ref: b891877ee6d76b0a3f8cbf2e7cd34cc4cbc40b6b
+ unpetrify-ref: baserock/morph
+ build-depends: []