Repository 'blast2html'
hg clone https://toolshed.g2.bx.psu.edu/repos/jankanis/blast2html

Changeset 94:df9fd5f35967 (2014-06-24)
Previous changeset 93:15b289ffdf2b (2014-06-24) Next changeset 95:4378d11f0ed7 (2014-06-30)
Commit message:
Backed out broken changeset 15b289ffdf2b
modified:
tool_dependencies.xml
b
diff -r 15b289ffdf2b -r df9fd5f35967 tool_dependencies.xml
--- a/tool_dependencies.xml Tue Jun 24 18:25:00 2014 +0200
+++ b/tool_dependencies.xml Tue Jun 24 18:51:26 2014 +0200
b
@@ -37,7 +37,12 @@
    jinja2==2.7.3
    six==1.7.2
    argparse==1.2.1
-   lxml==3.3.5
+ </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
  </action>
 
         <action type="set_environment">