Browse Source
Merge pull request #6053 from commodo/python-remove-ignore-installed-host
python,python3: remove `--ignore-installed` flag for host packages
lilik-openwrt-22.03
Hannu Nyman
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
2 deletions
-
lang/python/python-host.mk
-
lang/python/python3-host.mk
|
|
@ -76,7 +76,6 @@ define host_python_pip_install |
|
|
|
$(HOST_PYTHON_PIP) install \
|
|
|
|
--root=$(1) \
|
|
|
|
--prefix=$(2) \
|
|
|
|
--ignore-installed \
|
|
|
|
$(3) |
|
|
|
endef |
|
|
|
|
|
|
|
|
|
@ -76,7 +76,6 @@ define host_python3_pip_install |
|
|
|
$(HOST_PYTHON3_PIP) install \
|
|
|
|
--root=$(1) \
|
|
|
|
--prefix=$(2) \
|
|
|
|
--ignore-installed \
|
|
|
|
$(3) |
|
|
|
endef |
|
|
|
|
|
|
|