[PATCH] test: py: Add pyelftools dependency for test_event_dump
    Kory Maincent 
    kory.maincent at bootlin.com
       
    Wed Oct 22 18:13:00 CEST 2025
    
    
  
From: "Kory Maincent (TI.com)" <kory.maincent at bootlin.com>
The test_event_dump test requires pyelftools to run.
Add this missing dependency to requirements.txt to ensure the test can run
successfully.
Signed-off-by: Kory Maincent (TI.com) <kory.maincent at bootlin.com>
---
 test/py/requirements.txt | 1 +
 1 file changed, 1 insertion(+)
diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index 804a427b351..6d7909cb919 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -3,3 +3,4 @@ pycryptodomex==3.21.0
 pytest==6.2.5
 pytest-xdist==2.5.0
 FATtools==1.0.42
+pyelftools==0.32
-- 
2.43.0
    
    
More information about the U-Boot
mailing list