Merge pull request #6053 from commodo/python-remove-ignore-installed-host
python,python3: remove `--ignore-installed` flag for host packages
This commit is contained in:
commit
917b5a4ece
2 changed files with 0 additions and 2 deletions
|
@ -76,7 +76,6 @@ define host_python_pip_install
|
||||||
$(HOST_PYTHON_PIP) install \
|
$(HOST_PYTHON_PIP) install \
|
||||||
--root=$(1) \
|
--root=$(1) \
|
||||||
--prefix=$(2) \
|
--prefix=$(2) \
|
||||||
--ignore-installed \
|
|
||||||
$(3)
|
$(3)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,6 @@ define host_python3_pip_install
|
||||||
$(HOST_PYTHON3_PIP) install \
|
$(HOST_PYTHON3_PIP) install \
|
||||||
--root=$(1) \
|
--root=$(1) \
|
||||||
--prefix=$(2) \
|
--prefix=$(2) \
|
||||||
--ignore-installed \
|
|
||||||
$(3)
|
$(3)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue