comparison 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
comparison
equal deleted inserted replaced
50:bfc82a8aa3c9 51:b15a20c2372a
23 </action> 23 </action>
24 </actions> 24 </actions>
25 </install> 25 </install>
26 <readme>The Python argparse library. This is included in the stdlib for python 2.7 and up, but not for 2.6</readme> 26 <readme>The Python argparse library. This is included in the stdlib for python 2.7 and up, but not for 2.6</readme>
27 </package> 27 </package>
28 28
29 <package name="python_six" version="1.3.0">
30 <install version="1.0">
31 <actions>
32 <action type="setup_virtualenv">
33 six >= 1.3.0
34 </action>
35 </actions>
36 </install>
37 <readme>The Python six library for python 2/3 compatibility</readme>
38 </package>
39
29 <package name="lxml" version="2.2.3"> 40 <package name="lxml" version="2.2.3">
30 <install version="1.0"> 41 <install version="1.0">
31 <actions> 42 <actions>
32 <action type="set_environment_for_install"> 43 <action type="set_environment_for_install">
33 <repository name="package_cython_0_20_1" owner="iuc" 44 <repository name="package_cython_0_20_1" owner="iuc"