From 4f146bc3e8c976104c0457b5bddaf08f7a2a35c5 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 9 Jun 2015 17:03:14 -0400 Subject: [PATCH] requirements: pin pbr>=0.8.2,<2.0 This patch aims to pin pbr>=0.8.2,<2.0 instead of pbr>=0.8.2,<1.0. Some distros ship 1.0.1 so it conflicts with the version in requirements. Depends-on: I3620c5fe72e49e226f2f5d1e6c36179eb053f424 Change-Id: I9cd70d20f28a6da66795d3d85504bc6dab2dd9bd --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf7869325..688096d53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ ordereddict six>=1.5.2 PyYAML python-jenkins>=0.4.1 -pbr>=0.8.2,<1.0 +pbr>=0.8.2,<2.0