Mercurial > public > mercurial-scm > hg-stable
diff rust/hgcli/pyoxidizer.bzl @ 48281:96aa3a68d3b5
branching: merge stable into default
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Thu, 21 Oct 2021 17:25:41 +0200 |
parents | c900d962e38b f6b045910d82 |
children | 1a420a13eeea |
line wrap: on
line diff
--- a/rust/hgcli/pyoxidizer.bzl Thu Oct 21 11:21:21 2021 +0200 +++ b/rust/hgcli/pyoxidizer.bzl Thu Oct 21 17:25:41 2021 +0200 @@ -138,7 +138,7 @@ ) # Add Mercurial to resources. - exe.add_python_resources(exe.pip_install(["--verbose", ROOT])) + exe.add_python_resources(exe.pip_install(["--verbose", "--no-use-pep517", ROOT])) # On Windows, we install extra packages for convenience. if IS_WINDOWS: