virtualenv/web/res/res_create_env.py
changeset 72 47e0f0eef1cc
parent 70 8e3281bcebc9
child 84 d7acd4e2c1c8
equal deleted inserted replaced
71:165d249eecc9 72:47e0f0eef1cc
    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     ])