From 4181a0151b3d8e3426d59be783e5f70f12fa95f5 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 13 Feb 2018 11:25:28 -0500 Subject: [PATCH] Pin netifaces to 0.10.5 netifaces decided to release a repackaging of 0.10.6 this morning that broke us. Let us add them to the pinned deps list to resolve the issue. Change-Id: Id67c3bdc9e7da252892c1a1e7514dc25e7c2ae05 Signed-off-by: Thanh Ha --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 98cc84aa..6be301b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ python-jenkins # workarounds to prevent upstream from breaking us babel<2.4.0 +netifaces==0.10.5 pbr<2.1.0 -- 2.16.6