virtualenv/web/res/res_create_env.py
changeset 68 5278175359e0
parent 65 e96c79ca2ebc
child 83 b7aef101c7d1
equal deleted inserted replaced
67:eb2c73386718 68:5278175359e0
    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     ])