From f3a1f40f58a2bbf67eb42126a190fef1ddbebedf Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Thu, 18 Dec 2014 15:02:53 +0300 Subject: [PATCH] Pin pbr version to avoid docutils setup failure Change-Id: I1760969145d14de18987f135244887e8bf0c845f --- requirements-py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-py3.txt b/requirements-py3.txt index 418f5033e..9e33665f9 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=0.6,!=0.7,<1.0 +pbr>=0.6,!=0.7,<0.10.3 Babel>=1.3 Flask>=0.10,<1.0 iso8601>=0.1.9