scripts/install.py

changeset 8457
43250377a360
parent 8310
75cb87580e5e
child 8576
fe1957c69854
child 8661
1dc0a266d5f5
equal deleted inserted replaced
8453:9bd0576214e7 8457:43250377a360
1542 "chardet": ("chardet", ""), 1542 "chardet": ("chardet", ""),
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", ""),
1548 "pyenchant": ("enchant", ""), 1547 "pyenchant": ("enchant", ""),
1549 } 1548 }
1550 # dict with tuples of package name and install constraint 1549 # dict with tuples of package name and install constraint
1551 if sys.platform != "darwin" and not ignorePyqt5Tools: 1550 if sys.platform != "darwin" and not ignorePyqt5Tools:
1552 optionalModulesList["qt5-applications"] = ("qt5_applications", 1551 optionalModulesList["qt5-applications"] = ("qt5_applications",

eric ide

mercurial