# HG changeset patch
# User Jan Kanis <jan.code@jankanis.nl>
# Date 1403627100 -7200
# Node ID 15b289ffdf2b73591d1da7f60eac453cd01e29f2
# Parent  dede77ad7069dc6cff54e935b32444da60958e38
try to install lxml within setup_virtualenv (probably fails)

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
@@ -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">