mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
python3-host.mk: disable pip --no-binary on macOS
For some reason, pip builds a broken Cython, which segfaults on attempting to install wheel. Work around this by allowing to use precompiled wheels. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -109,7 +109,7 @@ define HostPython3/PipInstall
|
|||||||
$(HOST_PYTHON3_PIP_VARS) \
|
$(HOST_PYTHON3_PIP_VARS) \
|
||||||
$(HOST_PYTHON3_PIP) \
|
$(HOST_PYTHON3_PIP) \
|
||||||
install \
|
install \
|
||||||
--no-binary :all: \
|
$(if $(findstring Darwin,$(HOST_OS)),,--no-binary :all:) \
|
||||||
--progress-bar off \
|
--progress-bar off \
|
||||||
--require-hashes \
|
--require-hashes \
|
||||||
$(1) \
|
$(1) \
|
||||||
|
|||||||
Reference in New Issue
Block a user