From 61383a848bdc8efc8bc6690ee8ca1d4513fcaae5 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Mon, 21 Sep 2015 17:25:48 +0100 Subject: Install dependencies in setup --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index 6f97c7d..4c7ecae 100644 --- a/setup.sh +++ b/setup.sh @@ -6,4 +6,6 @@ virtualenv --no-site-packages slavenv sed -i "s/SLAVENAME/$SLAVENAME/" start cd slavenv ./bin/pip install buildbot-slave +./bin/pip install requests +./bin/pip install sandboxlib ./bin/buildslave create-slave --umask=022 -r $SLAVENAME 52.19.1.31:9989 $SLAVENAME $PASSWORD -- cgit v1.2.1