We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed46a7 commit f8acae5Copy full SHA for f8acae5
pythonforandroid/build.py
@@ -580,7 +580,7 @@ def run_pymodules_install(ctx, modules):
580
# It works but should be replaced with something better
581
shprint(sh.bash, '-c', (
582
"source venv/bin/activate && env CC=/bin/false CXX=/bin/false "
583
- "PYTHONPATH={0} pip install --target '{0}' -r requirements.txt"
+ "PYTHONPATH={0} pip install --target '{0}' --no-deps -r requirements.txt"
584
).format(ctx.get_site_packages_dir()))
585
586
0 commit comments