Mercurial > repos > cathywise > truststore_browse_testing
diff tool_dependencies.xml @ 28:a325622e2277
Bug fix the client.
| author | Catherine Wise <catherine.wise@csiro.au> |
|---|---|
| date | Thu, 14 May 2015 15:43:08 +1000 |
| parents | f4585bf75a8a |
| children | 0a6dd98baf53 |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu May 14 15:36:42 2015 +1000 +++ b/tool_dependencies.xml Thu May 14 15:43:08 2015 +1000 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <tool_dependency> - <package name="py_ts" version="0.5.1"> + <package name="py_ts" version="0.5.2"> <readme> I should write this. </readme> @@ -15,9 +15,9 @@ pycrypto psycopg2 </action> - <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.5.1.tar.gz</action> + <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.5.2.tar.gz</action> <action type="shell_command">. $INSTALL_DIR/venv/bin/activate; -$INSTALL_DIR/venv/bin/pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.5.1.tar.gz</action> +$INSTALL_DIR/venv/bin/pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.5.2.tar.gz</action> <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="set_environment"> <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>
