Updated from global requirements and workaround testr/pbr issue

The fix for pbr is in 6e472b4905411a39e993c81c382a27ca9c771ef5 but
rather than wait for that to be released in pbr on stable/kilo we
will workaround it here so we can get stable/kilo and stable/liberty
gates unblocked, then come back and cleanup later.

Closes-Bug: #1532048
Related-Bug: #1375048

Change-Id: I59a128a1775ac06c2ca5f53ced9e1eaeb2f3f889
This commit is contained in:
OpenStack Proposal Bot 2016-01-08 10:53:01 +00:00 committed by Matt Riedemann
parent ba9e0f8317
commit 03c154b0bb
1 changed files with 3 additions and 1 deletions

View File

@ -7,12 +7,14 @@
# be installed in a specific order.
#
# PBR should always appear first
# NOTE(mriedem): Remove this workaround once bug 1375048 is fixed.
testrepository>=0.0.18
pbr!=0.7,<1.0,>=0.6
# Horizon Core Requirements
Babel>=1.3
Django<1.8,>=1.4.2
Pint>=0.5 # BSD
django-compressor>=1.4
django-compressor<2.0,>=1.4
django-openstack-auth<1.3.0,>=1.2.0
django-pyscss<2.0.0,>=1.0.3 # BSD License (2 clause)
eventlet!=0.17.0,>=0.16.1