summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index c96df68..0e7daf2 100644
--- a/setup.sh
+++ b/setup.sh
@@ -6,7 +6,7 @@ echo "Buildbot Master: Creating virtual environment"
virtualenv --no-site-packages orchenv-master
cd orchenv-master
echo "Buildbot Master: Installing dependencies"
-./bin/pip install buildbot pyyaml
+./bin/pip install buildbot
./bin/buildbot create-master -r master
cp ../source/master.cfg master/master.cfg
# create slave
@@ -23,5 +23,5 @@ echo "Bottlerock: Creating virtual environment"
virtualenv --no-site-packages bottlerock
cd bottlerock
echo "Bottlerock: Installing dependencies"
-./bin/pip install buildbot bottle
+./bin/pip install buildbot bottle pyyaml
echo "Setup Complete"