mbox series

[0/5] python3: fix run-time availability of python3-build

Message ID 20230413091557.10659-1-brgl@bgdev.pl
Headers show
Series python3: fix run-time availability of python3-build | expand

Message

Bartosz Golaszewski April 13, 2023, 9:15 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

python3-build cannot be used in self-hosted images due to missing
run-time dependencies in several packages. This series adds required
RDEPENDS to python3-packaging and python3-pyproject-hooks, extends the
manifest to include standard tomllib and ensurepip package and finally
fixes run-time dependencies of python3-build itself.

Bartosz Golaszewski (5):
  python3-pyproject-hooks: add missing run-time dependencies
  python3-packaging: add missing run-time dependencies
  python3-manifest: add tomllib
  python3-manifest: add ensurepip
  python3-build: add missing run-time dependencies

 .../python/python3-build_0.10.0.bb            | 11 ++++-
 .../python/python3-packaging_23.0.bb          |  1 +
 .../python/python3-pyproject-hooks_1.0.0.bb   |  2 +
 .../python/python3/python3-manifest.json      | 40 +++++++++++++++++++
 4 files changed, 53 insertions(+), 1 deletion(-)