scripts/install.py

branch
eric7
changeset 8430
14c69f0ccca5
parent 8388
f864abd11a5b
child 8440
f71f33c0d47a
equal deleted inserted replaced
8428:2deec2f8a9ab 8430:14c69f0ccca5
1556 "mercurial": ("mercurial", ""), 1556 "mercurial": ("mercurial", ""),
1557 "pyenchant": ("enchant", ""), 1557 "pyenchant": ("enchant", ""),
1558 } 1558 }
1559 # dict with tuples of package name and install constraint 1559 # dict with tuples of package name and install constraint
1560 # TODO: enable this once qt6_applications is released 1560 # TODO: enable this once qt6_applications is released
1561 if False: 1561 if False: # __IGNORE_WARNING_Y102__
1562 if sys.platform != "darwin" and not ignorePyqt6Tools: 1562 if sys.platform != "darwin" and not ignorePyqt6Tools:
1563 optionalModulesList["qt6-applications"] = ("qt6_applications", "") 1563 optionalModulesList["qt6-applications"] = ("qt6_applications", "")
1564 1564
1565 # check mandatory modules 1565 # check mandatory modules
1566 modulesOK = True 1566 modulesOK = True

eric ide

mercurial