From f74f68d20a4bb110a6b73300c55eaaed0cf834c0 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Wed, 30 Sep 2015 23:12:35 +0100 Subject: Fix yaml to pyyaml --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 4382407..40fa4ec 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 yaml +./bin/pip install buildbot pyyaml ./bin/buildbot create-master -r master cp ../source/master.cfg master/master.cfg git clone ssh://git@cu010-trove.codethink.com/cu010-trove/br6/ciatlib -- cgit v1.2.1