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:
|
# 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",
|
||||||
|
|
Loading…
Reference in a new issue