From e04964aebd04e77518a12739f7a8e239eaa47cb2 Mon Sep 17 00:00:00 2001 From: Sylvio Alves Date: Mon, 8 Jul 2024 12:28:28 -0300 Subject: [PATCH] requirements: bump pyelftools to >=0.29 The minimum version of pyelftools is 0.29 to make it working with scripts/footprint/size_report Fixes #75605 Signed-off-by: Sylvio Alves --- scripts/requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements-base.txt b/scripts/requirements-base.txt index 813aabf312d439..a232e829253177 100644 --- a/scripts/requirements-base.txt +++ b/scripts/requirements-base.txt @@ -4,7 +4,7 @@ # part of the recommended workflow # used by various build scripts -pyelftools>=0.27 +pyelftools>=0.29 # used by dts generation to parse binding YAMLs, also used by # twister to parse YAMLs, by west, zephyr_module,...