Mercurial > repos > cpalm > ingtest
changeset 4:3e20e72e3c0e draft
Uploaded
| author | cpalm |
|---|---|
| date | Fri, 16 Aug 2013 21:06:44 -0400 |
| parents | 1063bc3149e8 |
| children | 60d613cc6f6d |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Aug 16 21:06:18 2013 -0400 +++ b/tool_dependencies.xml Fri Aug 16 21:06:44 2013 -0400 @@ -1,9 +1,9 @@ <?xml version="1.0"?> <tool_dependency> - <package name="requests"> + <package name="requests" version="1.2.3"> <install version="1.0"> <actions> - <action type="download_by_url">https://github.com/kennethreitz/requests/tarball/master</action> + <action type="download_by_url">https://github.com/kennethreitz/requests/archive/v1.2.3.tar.gz</action> <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> <action type="set_environment">
