From f9d32c2255fb4e0a1bf04707e851d214f326282e Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 10 Dec 2014 17:23:48 +0000 Subject: Add python-swiftclient and dependencies --- strata/openstack-clients.morph | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 -- cgit v1.2.1