Mercurial > repos > jbrayet > package_python_2_7_suds_0_4
changeset 26:1fcf7448e277 draft
Uploaded
author | jbrayet |
---|---|
date | Thu, 24 Sep 2015 04:42:50 -0400 |
parents | c518918ea502 |
children | 626ba068a2a3 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Sep 24 04:39:06 2015 -0400 +++ b/tool_dependencies.xml Thu Sep 24 04:42:50 2015 -0400 @@ -18,9 +18,8 @@ <action type="shell_command">tar xjf $INSTALL_DIR/lib/python/suds-jurko-0.6.tar.bz2</action> <action type="shell_command"> export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && - echo $PATH; - PYHTON_2_7_GALAXY=$(echo $PATH | cut -d ":" -f2); - $PYHTON_2_7_GALAXY/python $INSTALL_DIR/lib/python/suds-jurko-0.6/setup.py install <!--install-lib $INSTALL_DIR/lib/python install-scripts $INSTALL_DIR/bin--> + PYTHON_2_7_GALAXY=$(echo $PATH | cut -d ":" -f1); + $PYTHON_2_7_GALAXY/python $INSTALL_DIR/lib/python/suds-jurko-0.6/setup.py install <!--install-lib $INSTALL_DIR/lib/python install-scripts $INSTALL_DIR/bin--> </action> <!--package>https://pypi.python.org/packages/source/s/suds-jurko/suds-jurko-0.6.tar.bz2</package-->