aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-06 23:54:05 +0000
committerGerrit Code Review <review@openstack.org>2017-04-06 23:54:05 +0000
commitf4c9d2abafcc0ce34f786b3c12884b648d90e6a8 (patch)
tree6ab3c42eedde7c709fa39917cd2c49b7cf6bf1a4
parent4a88e17ece9fa77a339e06b4312716ba6879f789 (diff)
parent2047cbb6d2e58241b2b5bf6101c7db0b3b098e7c (diff)
Merge "Updated from global requirements" into stable/ocata
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 057aa287..cb3f96eb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr>=1.8 # Apache-2.0
+pbr<2.0.0,>=1.8 # Apache-2.0
Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause)
six>=1.9.0 # MIT