1641 "Markdown": ("markdown", ""), |
1641 "Markdown": ("markdown", ""), |
1642 "pyyaml": ("yaml", ""), |
1642 "pyyaml": ("yaml", ""), |
1643 "chardet": ("chardet", ""), |
1643 "chardet": ("chardet", ""), |
1644 "pyenchant": ("enchant", ""), |
1644 "pyenchant": ("enchant", ""), |
1645 "wheel": ("wheel", ""), |
1645 "wheel": ("wheel", ""), |
|
1646 "esprima": ("esprima", ""), |
1646 } |
1647 } |
1647 if withPyqt6Tools: |
1648 if withPyqt6Tools: |
1648 optionalModulesList["qt6-applications"] = ("qt6_applications", "") |
1649 optionalModulesList["qt6-applications"] = ("qt6_applications", "") |
1649 |
1650 |
1650 # check mandatory PyQt6 modules |
1651 # check mandatory PyQt6 modules |