python-marshmallow: fix missing host-build dependencies
authorAlexandru Ardelean <redacted>
Tue, 26 May 2026 12:50:06 +0000 (15:50 +0300)
committerAlexandru Ardelean <redacted>
Wed, 27 May 2026 12:18:29 +0000 (15:18 +0300)
commitd1e90df7ce8ec7649aca4bb318b71be67ccd453c
treebf4cfebf0914b8b304fbcb69ccb847fb8732bfb8
parent633cd89a22df5bff0d585c565c0f96587de89644
python-marshmallow: fix missing host-build dependencies

When python3 -m build is invoked during host-compile, it fails with:

  /builder/staging_dir/hostpkg/bin/python3.14: No module named build

The package's HOST_BUILD_DEPENDS only pulled in python3 and
python-packaging, missing the actual host tooling for the new
pyproject build flow:

  - python-build      : provides the 'build' module itself
  - python-installer  : installs the resulting wheel
  - python-wheel      : wheel format support
  - python-flit-core  : marshmallow's declared build-backend
                        (build-backend = "flit_core.buildapi" in
                        pyproject.toml)

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-marshmallow/Makefile
git clone https://git.99rst.org/PROJECT