| Previous changeset 92:dede77ad7069 (2014-06-24) Next changeset 94:df9fd5f35967 (2014-06-24) |
|
Commit message:
try to install lxml within setup_virtualenv (probably fails) |
|
modified:
tool_dependencies.xml |
| b |
| diff -r dede77ad7069 -r 15b289ffdf2b tool_dependencies.xml --- a/tool_dependencies.xml Tue Jun 24 18:12:19 2014 +0200 +++ b/tool_dependencies.xml Tue Jun 24 18:25:00 2014 +0200 |
| b |
| @@ -37,12 +37,7 @@ jinja2==2.7.3 six==1.7.2 argparse==1.2.1 - </action> - - <!-- install lxml manually, as the setup_virtualenv action does not include the environment - from set_environment_for_install but shell_command does --> - <action type="shell_command"> - $INSTALL_DIR/venv/bin/pip install lxml==3.3.5 + lxml==3.3.5 </action> <action type="set_environment"> |