scripts/install.py

changeset 8310
75cb87580e5e
parent 8288
809d5d5ac2ba
child 8314
e3642a6a1e71
child 8400
b3eefd7e58d1
child 8457
43250377a360
equal deleted inserted replaced
8309:10aa9235b817 8310:75cb87580e5e
1543 "asttokens": ("asttokens", ""), 1543 "asttokens": ("asttokens", ""),
1544 "EditorConfig": ("editorconfig", ""), 1544 "EditorConfig": ("editorconfig", ""),
1545 "Send2Trash": ("send2trash", ""), 1545 "Send2Trash": ("send2trash", ""),
1546 "Pygments": ("pygments", ""), 1546 "Pygments": ("pygments", ""),
1547 "mercurial": ("mercurial", ""), 1547 "mercurial": ("mercurial", ""),
1548 "pyenchant": ("enchant", ""),
1548 } 1549 }
1549 # dict with tuples of package name and install constraint 1550 # dict with tuples of package name and install constraint
1550 if sys.platform != "darwin" and not ignorePyqt5Tools: 1551 if sys.platform != "darwin" and not ignorePyqt5Tools:
1551 optionalModulesList["qt5-applications"] = ("qt5_applications", 1552 optionalModulesList["qt5-applications"] = ("qt5_applications",
1552 "<5.15.2") 1553 "<5.15.2")

eric ide

mercurial