scripts/install.py

branch
maintenance
changeset 8576
fe1957c69854
parent 8400
b3eefd7e58d1
parent 8457
43250377a360
child 8731
c6264a513aa4
equal deleted inserted replaced
8451:d0123f020daa 8576:fe1957c69854
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