From 6200d9fe459126b1ccfe66597a93eb73a6ad67d4 Mon Sep 17 00:00:00 2001 From: Ramy Asselin Date: Wed, 18 Nov 2015 10:37:10 -0800 Subject: [PATCH] Pin jaraco requirements to working versions new jaraco.itertools==1.6.1 (was 1.5.1) jaraco.collections==1.2 (was 1.1) fail. Cap these to the minor versions. Closes-Bug: #1517724 Change-Id: I5a2d9f99899592660ccbc15f646a4978e851a4ae --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index e01268c9..c67c0662 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,8 @@ python-daemon<2.0 # BUg https://storyboard.openstack.org/#!/story/2000107 # backports which do not exist. This appears to be a dependency issue # upstream. Avoid this by forcing the use of older jaraco.functools. jaraco.functools<1.6 +jaraco.itertools<1.6 +jaraco.collections<1.2 irc!=11.1 pyyaml lockfile