Mercurial > repos > cpalm > ingtest
changeset 11:26a93271bb1d draft
Uploaded
author | cpalm |
---|---|
date | Mon, 19 Aug 2013 14:53:26 -0400 |
parents | fb9a55913ed7 |
children | 35cf88b50dc7 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Aug 19 12:47:35 2013 -0400 +++ b/tool_dependencies.xml Mon Aug 19 14:53:26 2013 -0400 @@ -3,11 +3,8 @@ <package name="requests" version="1.2.3"> <install version="1.0"> <actions> - <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> - <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + <action type="setup_virtualenv">requests==1.2.3 + </action> </actions> </install> @@ -16,4 +13,3 @@ </package> </tool_dependency> -