diff options
| author | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2016-10-29 13:31:39 +0000 |
|---|---|---|
| committer | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2016-10-29 14:50:32 +0100 |
| commit | d700eb4e0c85aceb449121bcd72f9b892e8f59d1 (patch) | |
| tree | e2fe6e3fa1c0c1807a00a70dc61faa0f566318f5 | |
| parent | 16f3bbb7543d216a674fdad831dd9509772ecd97 (diff) | |
| download | ybd-ps/ruamel.tar.gz | |
Switch to from pyyaml to ruamelps/ruamel
| -rwxr-xr-x | install_dependencies.sh | 11 |
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 |
