[PATCH 2/2] buildman: Add pyelftools to requirements.txt
Tom Rini
trini at konsulko.com
Wed Jan 29 17:28:14 CET 2025
There are a number of cases in binman which require having pyelftools
installed but it was not listed in requirements.txt. Add it there.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Simon Glass <sjg at chromium.org>
---
tools/buildman/requirements.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt
index 052d0ed5c6f7..85ec8e36f14c 100644
--- a/tools/buildman/requirements.txt
+++ b/tools/buildman/requirements.txt
@@ -1,5 +1,6 @@
coverage==6.2
jsonschema==4.17.3
pycryptodome==3.20
+pyelftools==0.31
pyyaml==6.0
yamllint==1.26.3
--
2.43.0
More information about the U-Boot
mailing list