summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Smith <mike.smith@codethink.co.uk>2015-02-23 16:29:33 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-24 12:45:26 +0000
commit4723ec66908b17c9c588cac2e35f9da3dd1206ec (patch)
treeb3700147f7479cab554cf4d2aac08730c717a6a3
parentf03d5677588cd623a8f3f1548041704b43f839ea (diff)
downloaddefinitions-4723ec66908b17c9c588cac2e35f9da3dd1206ec.tar.gz
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.
-rw-r--r--strata/openstack-common.morph9
1 files 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