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>2015-01-07 16:27:29 +0000
commit0e8a69d9cb0ccbb5fa2a2cf01bf7eaa97f60f3d0 (patch)
tree29b1f343f241a46bc68c341efce9735f1df98c79
parentab768d765a797da4d1be09dcb4c30cceedd1bf02 (diff)
downloaddefinitions-0e8a69d9cb0ccbb5fa2a2cf01bf7eaa97f60f3d0.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