equal
deleted
inserted
replaced
28 'ISODATE', |
28 'ISODATE', |
29 'HTML5LIB', |
29 'HTML5LIB', |
30 'RDFLIB', |
30 'RDFLIB', |
31 ] |
31 ] |
32 |
32 |
33 if system_str == "Linux" and 'PIL' in INSTALLS: |
33 #if system_str == "Linux" and 'PIL' in INSTALLS: |
34 i = INSTALLS.index('PIL') |
34 # i = INSTALLS.index('PIL') |
35 INSTALLS.insert(i, 'ZLIB') |
35 # INSTALLS.insert(i, 'ZLIB') |
36 INSTALLS.insert(i, 'LIBJPEG') |
36 # INSTALLS.insert(i, 'LIBJPEG') |
37 |
37 |
38 if system_str == "Linux": |
38 if system_str == "Linux": |
39 INSTALLS.insert(2, 'DISTRIBUTE') |
39 INSTALLS.insert(2, 'DISTRIBUTE') |
40 |
40 |
41 OPTIONS_TO_ADD = ['clear', 'type_install=local', 'unzip_setuptools'] |
41 OPTIONS_TO_ADD = ['clear', 'type_install=local', 'unzip_setuptools'] |