view tool_dependencies.xml @ 0:6df9843aca2f draft default tip

Imported from capsule None
author jjohnson
date Tue, 14 Oct 2014 10:06:37 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="jinja2" version="2.7.3">
      <install version="1.0">
          <actions>
                <action type="setup_virtualenv">
jinja2==2.7.3
                </action>
                <action type="set_environment">
                  <environment_variable action="set_to" name="JINJA2_PYTHON_PATH">$INSTALL_DIR</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
            Installation of jinja2. The installation can be accessed via JINJA2_PYTHON_PATH.
        </readme>
    </package>
</tool_dependency>