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 |