summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-30 23:12:35 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-30 23:12:35 +0100
commitf74f68d20a4bb110a6b73300c55eaaed0cf834c0 (patch)
tree312d80c265462fba7ca40e7965878e435461db32
parent86cedc62b9fed662a88eba1d1f55684c31f2f29a (diff)
downloadorchestration-f74f68d20a4bb110a6b73300c55eaaed0cf834c0.tar.gz
Fix yaml to pyyaml
-rw-r--r--setup.sh2
1 files changed, 1 insertions, 1 deletions
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