install.py: added the 'wheel' to the list of modules to be installed. eric7

Sat, 26 Jun 2021 19:24:53 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Jun 2021 19:24:53 +0200
branch
eric7
changeset 8442
a23078cc9fa7
parent 8441
371cbc55badd
child 8443
8794cb212647

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

eric ide

mercurial