changeset 8:c4acbdb67d62 draft

Uploaded
author cpalm
date Mon, 19 Aug 2013 11:56:05 -0400
parents 4c095e01a201
children 19df9e23a309
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Aug 19 11:24:04 2013 -0400
+++ b/tool_dependencies.xml	Mon Aug 19 11:56:05 2013 -0400
@@ -3,7 +3,7 @@
     <package name="requests" version="1.2.3">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">https://github.com/kennethreitz/requests/archive/v1.2.3.tar.gz</action>
+                <action type="download_by_url">http://pypi.python.org/packages/source/c/cutadapt/cutadapt-1.1.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>