mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 18:54:30 +04:00
Merge pull request #9100 from jefferyto/isolate-host-python
python,python3: Better isolate host Python
This commit is contained in:
@@ -124,8 +124,8 @@ PYTHON3_PKG_SETUP_ARGS ?= --single-version-externally-managed
|
||||
PYTHON3_PKG_SETUP_VARS ?=
|
||||
|
||||
define Py3Build/Compile/Default
|
||||
$(foreach pkg,$(HOST_PYTHON3_PACKAGE_BUILD_DEPENDS),
|
||||
$(call host_python3_pip_install_host,$(pkg))
|
||||
$(if $(HOST_PYTHON3_PACKAGE_BUILD_DEPENDS),
|
||||
$(call Build/Compile/HostPy3PipInstall,$(HOST_PYTHON3_PACKAGE_BUILD_DEPENDS))
|
||||
)
|
||||
$(call Build/Compile/Py3Mod, \
|
||||
$(PYTHON3_PKG_SETUP_DIR), \
|
||||
|
||||
Reference in New Issue
Block a user