Mercurial > repos > cpalm > ingtest
changeset 16:67744f5d344d draft
Uploaded
author | cpalm |
---|---|
date | Mon, 19 Aug 2013 19:04:06 -0400 |
parents | a5d073f84669 |
children | 6817851fbb9d |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Aug 19 18:59:25 2013 -0400 +++ b/tool_dependencies.xml Mon Aug 19 19:04:06 2013 -0400 @@ -5,7 +5,7 @@ <actions> <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="make_directory">$INSTALL_DIR/bin</action> - <action type="download_by_url" target_filename="requests.1.2.3.tar.gz">https://pypi.python.org/packages/source/r/requests/requests-1.2.3.tar.gz</action> + <action type="download_by_url">https://pypi.python.org/packages/source/r/requests/requests-1.2.3.tar.gz</action> <action type="shell_command">python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> <action type="set_environment"> <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>