mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 21:14:32 +04:00
Merge pull request #9100 from jefferyto/isolate-host-python
python,python3: Better isolate host Python
This commit is contained in:
@@ -125,8 +125,8 @@ PYTHON_PKG_SETUP_ARGS ?= --single-version-externally-managed
|
||||
PYTHON_PKG_SETUP_VARS ?=
|
||||
|
||||
define PyBuild/Compile/Default
|
||||
$(foreach pkg,$(HOST_PYTHON_PACKAGE_BUILD_DEPENDS),
|
||||
$(call host_python_pip_install_host,$(pkg))
|
||||
$(if $(HOST_PYTHON_PACKAGE_BUILD_DEPENDS),
|
||||
$(call Build/Compile/HostPyPipInstall,$(HOST_PYTHON_PACKAGE_BUILD_DEPENDS))
|
||||
)
|
||||
$(call Build/Compile/PyMod, \
|
||||
$(PYTHON_PKG_SETUP_DIR), \
|
||||
|
||||
Reference in New Issue
Block a user