comparison tool_dependencies.xml @ 19:1cae026e4dcd

So. Much. RAGE.
author Catherine Wise <catherine.wise@csiro.au>
date Fri, 13 Dec 2013 14:39:58 +1100
parents f479dc64ac7d
children 6cb02d1f793a
comparison
equal deleted inserted replaced
18:f479dc64ac7d 19:1cae026e4dcd
13 boto==2.19.0 13 boto==2.19.0
14 simplejson 14 simplejson
15 passlib 15 passlib
16 </action> 16 </action>
17 <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.2.0.tar.gz</action> 17 <action type="download_file">https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.2.0.tar.gz</action>
18 <action type="shell_command">pip install PythonTrustStore-0.2.0.tar.gz</action> 18 <action type="shell_command">pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.2.0.tar.gz</action>
19 <action type="make_directory">$INSTALL_DIR/lib/python</action>
20 <action type="set_environment">
21 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>
22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
23 </action>
19 </actions> 24 </actions>
20 </install> 25 </install>
21 </package> 26 </package>
22 </tool_dependency> 27 </tool_dependency>