From 1391d52f90bb9c2c305f90ba0488c6cdd3e3b5e3 Mon Sep 17 00:00:00 2001 From: Christoffer Johansson Lundqvist <119742508+Christoffer-JL@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:10:47 +0200 Subject: [PATCH] Zephyr: Bump cmake dependency (#18633) Updated the cmake dependecy v3.29 -> v<4.0.0, this is due to PyPI not finding 3.29 anymore Signed-off-by: Christoffer J.L (cherry picked from commit 37ea3ff8fbabb61051756b9783de52b644db5ad3) --- zephyr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/README.md b/zephyr/README.md index f9a4cdb413a..67fa680aa17 100644 --- a/zephyr/README.md +++ b/zephyr/README.md @@ -17,7 +17,7 @@ source .zephyr_venv/bin/activate Install requirements ``` -pip install west cmake==3.29 pyelftools ninja jsonschema +pip install west "cmake<4.0.0" pyelftools ninja jsonschema ``` Setup zephyr repo