Mercurial > repos > cathywise > truststore_import
changeset 12:b61ec0fd0039
Playing with dependency file WOOOOORK PLEASE.
author | Catherine Wise <catherine.wise@csiro.au> |
---|---|
date | Fri, 13 Dec 2013 11:08:36 +1100 |
parents | 54e92c72bab9 |
children | 29bbe3cf4b8c |
files | tool_dependencies.xml |
diffstat | 1 files changed, 5 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Dec 13 11:04:34 2013 +1100 +++ b/tool_dependencies.xml Fri Dec 13 11:08:36 2013 +1100 @@ -1,24 +1,21 @@ <?xml version="1.0"?> <tool_dependency> <package name="py_ts" version="0.2"> + <readme> + I should write this. + </readme> <install version="1.0"> <actions> <action type="setup_virtualenv"> -requests <= 0.14.2 +requests==0.14.2 requests_oauth2 xmltodict -boto >= 2.5.0 +boto==2.19.0 simplejson passlib PythonTrustStore-0.2.0.tar.gz </action> - <!-- <action type="shell_command">echo `ls -lt` && echo `pwd`</action> - <action type="make_directory">$INSTALL_DIR/lib/python</action> --> - <!-- <action type="shell_command">pip install PythonTrustStore-0.1.0.tar.gz</action> --> </actions> </install> - <readme> - I should write this. - </readme> </package> </tool_dependency>