From fd86c6c352a258047a261b75c2c48061ecd5daf5 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Fri, 2 Oct 2015 14:10:13 -0700 Subject: [PATCH] Adding netaddr python library for robot venv Change-Id: I193669b45cb4b98d7463b3edf653061b93e70232 Signed-off-by: Jamo Luhrsen --- .../include-raw-integration-install-robotframework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/include-raw-integration-install-robotframework.sh b/jjb/integration/include-raw-integration-install-robotframework.sh index 9692cdc33..91c374b71 100644 --- a/jjb/integration/include-raw-integration-install-robotframework.sh +++ b/jjb/integration/include-raw-integration-install-robotframework.sh @@ -12,7 +12,7 @@ virtualenv $WORKSPACE/venv-robotframework source $WORKSPACE/venv-robotframework/bin/activate -pip install -q docker-py importlib requests scapy +pip install -q docker-py importlib requests scapy netaddr pip install -q robotframework{,-{httplibrary,requests,sshlibrary}} # vim: sw=4 ts=4 sts=4 et ft=sh : -- 2.36.6