equal
deleted
inserted
replaced
42 ('PSYCOPG2', 'pip', None, None), |
42 ('PSYCOPG2', 'pip', None, None), |
43 ]) |
43 ]) |
44 |
44 |
45 if system_str == "Darwin": |
45 if system_str == "Darwin": |
46 INSTALLS.extend([ |
46 INSTALLS.extend([ |
47 ('LXML', 'pip', None, {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.7.8', 'LIBXSLT_VERSION': '1.1.26'}), |
47 ('LXML', 'easy_install', None, {'STATIC_DEPS': 'true', 'LIBXML2_VERSION': '2.7.8', 'LIBXSLT_VERSION': '1.1.26', 'LIBICONV_VERSION': '1.13.1'}), |
48 ]) |
48 ]) |
49 elif system_str == "Windows": |
49 elif system_str == "Windows": |
50 INSTALLS.extend([ |
50 INSTALLS.extend([ |
51 ('LXML', 'easy_install', None, None), |
51 ('LXML', 'easy_install', None, None), |
52 ]) |
52 ]) |