From 38dd29f7f34ca7f20eb42a54b216921873b6c8bb Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 29 Apr 2015 12:01:33 +0000 Subject: Move boto to python-common stratum Remove duplicated boto chunk morphology and add it to a common strata. Change-Id: I532416013a767eb613c4e23a0538105f3795604b --- strata/cloudinit-support.morph | 5 ----- strata/openstack-services.morph | 6 ------ strata/python-common.morph | 4 ++++ 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/strata/cloudinit-support.morph b/strata/cloudinit-support.morph index 92d6f03d..9c89c7e4 100644 --- a/strata/cloudinit-support.morph +++ b/strata/cloudinit-support.morph @@ -11,15 +11,10 @@ chunks: repo: upstream:python-cheetah ref: 831aa6b99d9b4fb012ee644d8e80e0bc0eb6d6ed unpetrify-ref: baserock/morph -- name: boto - repo: upstream:boto - ref: bd49c22b5a30bf58096d58efc4762f1fea3e2caf - unpetrify-ref: baserock/morph - name: cloud-init morph: strata/cloudinit-support/cloud-init.morph repo: upstream:cloud-init ref: 130d51acc5b0becd64e7007f9dfe41a6e022eaec unpetrify-ref: baserock/morph build-depends: - - boto - python-cheetah diff --git a/strata/openstack-services.morph b/strata/openstack-services.morph index c02e126d..37c3a5c8 100644 --- a/strata/openstack-services.morph +++ b/strata/openstack-services.morph @@ -270,10 +270,6 @@ chunks: repo: upstream:python-packages/retrying ref: cab083eb5791615fadbc0c98ad77a70d64b77d0d unpetrify-ref: v1.3.1 -- name: boto - repo: upstream:boto - ref: 2517f660f8ef9012708d46da3a36ab967993d2f6 - unpetrify-ref: 2.33.0 - name: oslo-messaging repo: upstream:openstack/oslo-messaging ref: 6ea3b12492e86f9e8d109fc3490cc4d3a0edd8b6 @@ -348,7 +344,6 @@ chunks: - sqlalchemy - anyjson - routes - - boto - sqlalchemy-migrate - httplib2 - kombu @@ -440,7 +435,6 @@ chunks: build-depends: - sqlalchemy - anyjson - - boto - keystonemiddleware - kombu - routes diff --git a/strata/python-common.morph b/strata/python-common.morph index 54048ed7..e724d912 100644 --- a/strata/python-common.morph +++ b/strata/python-common.morph @@ -68,3 +68,7 @@ chunks: repo: upstream:python-packages/networkx ref: 8ac796aba866ade1a56b83e30f25ed392ca3512c unpetrify-ref: networkx-1.9.1 +- name: boto + repo: upstream:boto + ref: 2517f660f8ef9012708d46da3a36ab967993d2f6 + unpetrify-ref: 2.33.0 -- cgit v1.2.1