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