summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-12-10 17:23:48 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-12-10 17:23:48 +0000
commitf9d32c2255fb4e0a1bf04707e851d214f326282e (patch)
treeb8f2fe98ea99c2a8a7201ddebf0ac0bf4bf80474
parentdcdde860957830357def4555e5d99a2ce9718284 (diff)
downloaddefinitions-f9d32c2255fb4e0a1bf04707e851d214f326282e.tar.gz
Add python-swiftclient and dependencies
-rw-r--r--strata/openstack-clients.morph17
1 files changed, 17 insertions, 0 deletions
diff --git a/strata/openstack-clients.morph b/strata/openstack-clients.morph
index ccb00084..ea4f23ec 100644
--- a/strata/openstack-clients.morph
+++ b/strata/openstack-clients.morph
@@ -3,6 +3,7 @@ kind: stratum
description: A stratum with OpenStack clients, for OpenStack deployments.
build-depends:
- morph: strata/tools.morph
+- morph: strata/python-tools.morph
chunks:
- name: jsonschema
repo: upstream:jsonschema
@@ -79,6 +80,11 @@ chunks:
unpetrify-ref: baserock/morph
build-depends:
- pytz
+- name: python-futures
+ repo: upstream:python-packages/futures
+ ref: dc5614a78967bf3f2213b3f272da08ea534fb589
+ unpetrify-ref: master
+ build-depends: []
- name: python-keystoneclient
repo: upstream:python-keystoneclient
ref: 21cc66a850c5ea1d2ffffb655da0c452b919ed3b
@@ -114,3 +120,14 @@ chunks:
- python-requests
- simplejson
- babel
+- name: python-swiftclient
+ repo: upstream:openstack/python-swiftclient
+ ref: 79fb53190e3087666d0357a5964645c0cba7fcf0
+ unpetrify-ref: master
+ build-depends:
+ - python-prettytable
+ - pbr
+ - argparse
+ - python-futures
+ - python-requests
+ - simplejson