From 6394d75b35b8ea1261d0ea3a64e29063f57fbd51 Mon Sep 17 00:00:00 2001 From: "Christoffer J.L" Date: Wed, 1 Apr 2026 12:20:04 +0000 Subject: [PATCH] Zephyr: Bump cmake dependency 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 Change-Id: If06dc8f11a573ffd3f6a438a7b63223720c12039 --- 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