comparison: install.py
install.py
- changeset 1188
- 87c12a25512c
- parent 1161
- ddab52aa1a6b
- child 1342
- 30226d5a7ffb
equal
deleted
inserted
replaced
33 sourceDir = "eric" |
33 sourceDir = "eric" |
34 configName = 'eric5config.py' |
34 configName = 'eric5config.py' |
35 |
35 |
36 # Define blacklisted versions of the prerequisites |
36 # Define blacklisted versions of the prerequisites |
37 BlackLists = { |
37 BlackLists = { |
38 "sip": ["4.11"], |
38 "sip": ["4.11", "4.12.3"], |
39 "PyQt4": ["4.7.5"], |
39 "PyQt4": ["4.7.5"], |
40 "QScintilla2": [], |
40 "QScintilla2": [], |
41 } |
41 } |
42 |
42 |
43 |
43 |