Skip to content

Commit 742d353

Browse files
committed
fix pip args
1 parent 5054a7e commit 742d353

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonforandroid/recipe.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,10 +1260,12 @@ def get_pip_install_args(self, arch):
12601260
opts = [
12611261
"install",
12621262
self.get_pip_name(),
1263+
"--ignore-installed",
12631264
"--disable-pip-version-check",
12641265
"--python-version",
12651266
python_recipe.version,
12661267
"--only-binary=:all:",
1268+
"--no-deps",
12671269
]
12681270
# add platform tags
12691271
tags = self.get_wheel_platform_tag(arch.arch)

0 commit comments

Comments
 (0)