From e87f90b39b06ec87ac9b1e8b8550a7bc2cfffd16 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Tue, 14 Apr 2015 11:33:47 -0400 Subject: [PATCH] add netifaces to the jenkins requirements to make automated unit test runs happy --- requirements/jenkins.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/jenkins.txt b/requirements/jenkins.txt index 03f73db923..b5f6ecca4c 100644 --- a/requirements/jenkins.txt +++ b/requirements/jenkins.txt @@ -4,6 +4,7 @@ ansible redis pyzmq +netifaces python-memcached python-ldap pycrypto