changeset 3:7ef691e979b5 draft default tip

Uploaded
author ulfschaefer
date Fri, 18 Dec 2015 07:01:56 -0500
parents 586578e137b3
children
files tool_dependencies.xml
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Dec 18 05:52:13 2015 -0500
+++ b/tool_dependencies.xml	Fri Dec 18 07:01:56 2015 -0500
@@ -7,7 +7,12 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">https://github.com/jamescasbon/PyVCF/archive/0eb779559e74faa14fae609c8864874ab8321c7e.tar.gz</action>
-                <action type="make_directory">$INSTALL_DIR/lib/python</action>
+                <action type="set_environment_for_install">
+                    <repository changeset_revision="0339c4a9b87b" name="package_python_2_7_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+                        <package name="python" version="2.7.10" />
+                    </repository>
+                </action>
+				<action type="make_directory">$INSTALL_DIR/lib/python</action>
                 <action type="make_directory">$INSTALL_DIR/lib/python/bin</action>
                 <action type="shell_command">
                     export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;