diff tool_dependencies.xml @ 51:b15a20c2372a

fix python 2 compatibility
author Jan Kanis <jan.code@jankanis.nl>
date Wed, 21 May 2014 18:34:35 +0200
parents 85f757f4fcd5
children 4217bb9cf1d3
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed May 21 18:17:03 2014 +0200
+++ b/tool_dependencies.xml	Wed May 21 18:34:35 2014 +0200
@@ -25,7 +25,18 @@
     </install>
     <readme>The Python argparse library. This is included in the stdlib for python 2.7 and up, but not for 2.6</readme>
   </package>
-  
+
+  <package name="python_six" version="1.3.0">
+    <install version="1.0">
+      <actions>
+        <action type="setup_virtualenv">
+          six >= 1.3.0
+        </action>
+      </actions>
+    </install>
+    <readme>The Python six library for python 2/3 compatibility</readme>
+  </package>
+
   <package name="lxml" version="2.2.3">
     <install version="1.0">
       <actions>