Now that we're disabling more vendoring, add missing build dependencies for zstd and pkgconfig.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-devtools/python/python3-uv-build_0.11.32.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#242375): https://lists.openembedded.org/g/openembedded-core/message/242375 Mute This Topic: https://lists.openembedded.org/mt/120524252/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
