1606 "Pygments": ("pygments", ""), |
1606 "Pygments": ("pygments", ""), |
1607 "pyenchant": ("enchant", ""), |
1607 "pyenchant": ("enchant", ""), |
1608 "wheel": ("wheel", ""), |
1608 "wheel": ("wheel", ""), |
1609 "parso": ("parso", ""), |
1609 "parso": ("parso", ""), |
1610 "jedi": ("jedi", ""), |
1610 "jedi": ("jedi", ""), |
|
1611 "packaging": ("packaging", ""), |
1611 } |
1612 } |
1612 if not ignorePyqt6Tools: |
1613 if not ignorePyqt6Tools: |
1613 optionalModulesList["qt6-applications"] = ("qt6_applications", "") |
1614 optionalModulesList["qt6-applications"] = ("qt6_applications", "") |
1614 |
1615 |
1615 # check mandatory modules |
1616 # check mandatory modules |