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:
# https://pip.pypa.io/en/latest/user_guide/#using-pip-from-your-program
cmd = [
sys.executable,
"-m",
"pip",
"install",
"--no-cache-dir",
"--no-compile",
"uv", "pip", "install",
"--no-cache",
"--no-compile-bytecode",
"--target",
args.dest,
"--requirement",