From 837b7604e135e419b71120784c7d53907901c4ad Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Mon, 23 Feb 2015 16:29:33 +0000 Subject: Update pytz to point to pytz-2014.10 tarball Using the pytz bazaar repository makes pytz to fail due lack of dependencies. Using this tarball makes pytz to work and defo fixes the error in Horizon. --- strata/openstack-common.morph | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/strata/openstack-common.morph b/strata/openstack-common.morph index 494a9cae..d08c4c4b 100644 --- a/strata/openstack-common.morph +++ b/strata/openstack-common.morph @@ -19,12 +19,9 @@ chunks: build-depends: - pycparser - name: pytz -# TODO: Rebase baserock/morph with the latest stable -# tag. - morph: strata/openstack-clients/pytz.morph - repo: upstream:pytz - ref: 384207f01fd5b8bf1eb20cb64c17679084731944 - unpetrify-ref: baserock/morph + repo: upstream:pytz-tarball + ref: c414cb801776e11c769fb36c0d37b8d7a7c8712c + unpetrify-ref: pytz-2014.10 build-depends: [] - name: python-requests repo: upstream:python-requests -- cgit v1.2.1