diff mbox series

[4/5] python3-maturin: add missing build dependencies

Message ID 20260730190007.2440254-4-ross.burton@arm.com
State New
Headers show
Series [1/5] cargo: centralise anti-vendoring environment variables | expand

Commit Message

Ross Burton July 30, 2026, 7 p.m. UTC
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-maturin_1.14.1.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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