equal
deleted
inserted
replaced
25 'PYYAML', |
25 'PYYAML', |
26 'PYTHON-DIGEST', |
26 'PYTHON-DIGEST', |
27 'DJANGO-TASTYPIE', |
27 'DJANGO-TASTYPIE', |
28 ] |
28 ] |
29 |
29 |
30 if system_str != "Windows" and 'PIL' in INSTALLS: |
30 if system_str == "Linux" and 'PIL' in INSTALLS: |
31 i = INSTALLS.index('PIL') |
31 i = INSTALLS.index('PIL') |
32 INSTALLS.insert(i, 'ZLIB') |
32 INSTALLS.insert(i, 'ZLIB') |
33 INSTALLS.insert(i, 'LIBJPEG') |
33 INSTALLS.insert(i, 'LIBJPEG') |
34 |
34 |
35 if system_str == "Linux": |
35 if system_str == "Linux": |