summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-10-29 13:31:39 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-10-29 14:50:32 +0100
commitd700eb4e0c85aceb449121bcd72f9b892e8f59d1 (patch)
treee2fe6e3fa1c0c1807a00a70dc61faa0f566318f5
parent16f3bbb7543d216a674fdad831dd9509772ecd97 (diff)
downloadybd-ps/ruamel.tar.gz
Switch to from pyyaml to ruamelps/ruamel
-rwxr-xr-xinstall_dependencies.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/install_dependencies.sh b/install_dependencies.sh
index 0cdc76c..ef498d3 100755
--- a/install_dependencies.sh
+++ b/install_dependencies.sh
@@ -86,16 +86,7 @@ if [ $? -ne 0 ]; then
$SUDO rm get-pip.py
fi
-pythonmodules=(
-"pep8"
-"fs"
-"pyyaml"
-"sandboxlib"
-"requests"
-"jsonschema"
-"bottle"
-"cherrypy"
-"riemann-client")
+pythonmodules=("pep8" "fs" "ruamel.yaml" "sandboxlib" "requests" "jsonschema" "bottle" "cherrypy" "riemann-client")
for module in "${pythonmodules[@]}";
do