rust/hgcli/pyoxidizer.bzl
branchstable
changeset 47897 f6b045910d82
parent 47870 3962503cd1e8
child 48281 96aa3a68d3b5
--- a/rust/hgcli/pyoxidizer.bzl	Tue Oct 19 16:14:53 2021 -0700
+++ b/rust/hgcli/pyoxidizer.bzl	Wed Oct 20 16:54:43 2021 +0200
@@ -122,7 +122,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: