| Message ID | 20260730190007.2440254-5-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/5] cargo: centralise anti-vendoring environment variables | expand |
diff --git a/meta/recipes-devtools/python/python3-uv-build_0.11.32.bb b/meta/recipes-devtools/python/python3-uv-build_0.11.32.bb index 7f3487d25ca..037f55e9810 100644 --- a/meta/recipes-devtools/python/python3-uv-build_0.11.32.bb +++ b/meta/recipes-devtools/python/python3-uv-build_0.11.32.bb @@ -15,7 +15,9 @@ SRC_URI[sha256sum] = "906542262cf0e1f507d3e9bcf0a73afa9c9269daf261fbd5357a541b53 require ${BPN}-crates.inc -inherit pypi python_maturin cargo-update-recipe-crates +inherit pypi python_maturin cargo-update-recipe-crates pkgconfig + +DEPENDS += "zstd" PYPI_PACKAGE = "uv_build"
Now that we're disabling more vendoring, add missing build dependencies for zstd and pkgconfig. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/python/python3-uv-build_0.11.32.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)