diff options
-rw-r--r-- | meta/classes/pip_install_wheel.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/pip_install_wheel.bbclass b/meta/classes/pip_install_wheel.bbclass index 2f21a8ee56..8a848c0eba 100644 --- a/meta/classes/pip_install_wheel.bbclass +++ b/meta/classes/pip_install_wheel.bbclass | |||
@@ -6,7 +6,7 @@ PYPA_WHEEL ??= "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-${PV}-*.whl" | |||
6 | 6 | ||
7 | PIP_INSTALL_ARGS ?= "\ | 7 | PIP_INSTALL_ARGS ?= "\ |
8 | -vvvv \ | 8 | -vvvv \ |
9 | --force-reinstall \ | 9 | --ignore-installed \ |
10 | --no-cache \ | 10 | --no-cache \ |
11 | --no-deps \ | 11 | --no-deps \ |
12 | --no-index \ | 12 | --no-index \ |