Adding netaddr python library for robot venv 45/27845/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 2 Oct 2015 21:10:13 +0000 (14:10 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Fri, 2 Oct 2015 21:10:13 +0000 (14:10 -0700)
Change-Id: I193669b45cb4b98d7463b3edf653061b93e70232
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/integration/include-raw-integration-install-robotframework.sh

index 9692cdc3316faf1502f67b2c0b5fecd40feee740..91c374b71b7ae6eba786ecf4f83f90f242fea203 100644 (file)
@@ -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 :