From 03c154b0bba5b88a45f352388faf8e17a3b341c4 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 8 Jan 2016 10:53:01 +0000 Subject: [PATCH] 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 --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b75c32ddc8..6e4b17305b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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