comparison tool_dependencies.xml @ 94:df9fd5f35967

Backed out broken changeset 15b289ffdf2b
author Jan Kanis <jan.code@jankanis.nl>
date Tue, 24 Jun 2014 18:51:26 +0200
parents 15b289ffdf2b
children
comparison
equal deleted inserted replaced
93:15b289ffdf2b 94:df9fd5f35967
35 35
36 <action type="setup_virtualenv"> 36 <action type="setup_virtualenv">
37 jinja2==2.7.3 37 jinja2==2.7.3
38 six==1.7.2 38 six==1.7.2
39 argparse==1.2.1 39 argparse==1.2.1
40 lxml==3.3.5 40 </action>
41
42 <!-- install lxml manually, as the setup_virtualenv action does not include the environment
43 from set_environment_for_install but shell_command does -->
44 <action type="shell_command">
45 $INSTALL_DIR/venv/bin/pip install lxml==3.3.5
41 </action> 46 </action>
42 47
43 <action type="set_environment"> 48 <action type="set_environment">
44 <!-- add libxml2/zlib library paths so the runtime can find the shared libraries --> 49 <!-- add libxml2/zlib library paths so the runtime can find the shared libraries -->
45 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$ENV[LD_LIBRARY_PATH]</environment_variable> 50 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$ENV[LD_LIBRARY_PATH]</environment_variable>