Sat, 26 Jun 2021 19:24:53 +0200
install.py: added the 'wheel' to the list of modules to be installed.
scripts/install.py | file | annotate | diff | comparison | revisions |
--- a/scripts/install.py Sat Jun 26 19:00:45 2021 +0200 +++ b/scripts/install.py Sat Jun 26 19:24:53 2021 +0200 @@ -1578,6 +1578,7 @@ "Pygments": ("pygments", ""), "mercurial": ("mercurial", ""), "pyenchant": ("enchant", ""), + "wheel": ("wheel", ""), } # dict with tuples of package name and install constraint # TODO: enable this once qt6_applications is released