Show More
@@ -122,7 +122,7 b' def make_exe(dist):' | |||
|
122 | 122 | ) |
|
123 | 123 | |
|
124 | 124 | # Add Mercurial to resources. |
|
125 | exe.add_python_resources(exe.pip_install(["--verbose", ROOT])) | |
|
125 | exe.add_python_resources(exe.pip_install(["--verbose", "--no-use-pep517", ROOT])) | |
|
126 | 126 | |
|
127 | 127 | # On Windows, we install extra packages for convenience. |
|
128 | 128 | if IS_WINDOWS: |
General Comments 0
You need to be logged in to leave comments.
Login now