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-maturin_1.14.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-maturin_1.14.1.bb b/meta/recipes-devtools/python/python3-maturin_1.14.1.bb index 88ba336022b..854822d3c0b 100644 --- a/meta/recipes-devtools/python/python3-maturin_1.14.1.bb +++ b/meta/recipes-devtools/python/python3-maturin_1.14.1.bb @@ -15,11 +15,12 @@ DEPENDS += "\ python3-setuptools-rust-native \ python3-semantic-version-native \ python3-setuptools-rust \ + zstd \ " require ${BPN}-crates.inc -inherit pypi cargo-update-recipe-crates python_pyo3 python_setuptools_build_meta +inherit pypi cargo-update-recipe-crates python_pyo3 python_setuptools_build_meta pkgconfig do_configure() { python_pyo3_do_configure -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#242374): https://lists.openembedded.org/g/openembedded-core/message/242374 Mute This Topic: https://lists.openembedded.org/mt/120524251/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
