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 <[email protected]> --- Cc: Simon Glass <[email protected]> --- 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

