From 7c623cc1afb390867fbb96f6d3042c895ec303fa Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 3 Mar 2015 20:03:02 +0000 Subject: Remove duplicated chunks in openstack-{common,clients} --- strata/openstack-clients.morph | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/strata/openstack-clients.morph b/strata/openstack-clients.morph index a4eb0ce0..65f38855 100644 --- a/strata/openstack-clients.morph +++ b/strata/openstack-clients.morph @@ -4,23 +4,10 @@ description: Stratum with all the OpenStack clients and their dependencies. build-depends: - morph: strata/openstack-common.morph chunks: -- name: python-json-pointer - repo: upstream:python-json-pointer - ref: 34073e561261cb413b9bdff5beac31b070d98ea2 - unpetrify-ref: v1.4 - build-depends: [] -- name: python-json-patch - repo: upstream:python-json-patch - ref: e4da658a5dc9f68d3386017ffdcc8e07d22b51a3 - unpetrify-ref: v1.8 - build-depends: - - python-json-pointer - name: warlock repo: upstream:warlock ref: 408ccb82347aabf3dc7cf6eccbd2ed2475cb0d60 unpetrify-ref: 1.1.0 - build-depends: - - python-json-pointer build-depends: [] - name: python-keystoneclient repo: upstream:openstack/python-keystoneclient -- cgit v1.2.1 From bacf44def1cccce99f34ca0018ec7f7e52011c36 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 3 Mar 2015 20:03:57 +0000 Subject: Fix openstack-common dependency --- strata/openstack-common.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strata/openstack-common.morph b/strata/openstack-common.morph index df92a2c4..396d77c6 100644 --- a/strata/openstack-common.morph +++ b/strata/openstack-common.morph @@ -4,7 +4,7 @@ description: | Stratum with the python packages needed to compile openstack clients and services. build-depends: -- morph: strata/python-core.morph +- morph: strata/python-common.morph - morph: strata/foundation.morph chunks: - name: pycparser -- cgit v1.2.1