mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Update the cli args for pip when vendorizing pymupdf
This commit is contained in:
parent
eb54a2f3ff
commit
437c6b0ab7
1 changed files with 3 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue