Update the cli args for pip when vendorizing pymupdf

This commit is contained in:
Alexis Métaireau 2025-01-06 18:05:27 +01:00
parent eb54a2f3ff
commit 437c6b0ab7
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -53,12 +53,9 @@ def main():
# instructed here: # instructed here:
# https://pip.pypa.io/en/latest/user_guide/#using-pip-from-your-program # https://pip.pypa.io/en/latest/user_guide/#using-pip-from-your-program
cmd = [ cmd = [
sys.executable, "uv", "pip", "install",
"-m", "--no-cache",
"pip", "--no-compile-bytecode",
"install",
"--no-cache-dir",
"--no-compile",
"--target", "--target",
args.dest, args.dest,
"--requirement", "--requirement",