From: Simon Glass Date: Sun, 23 Jun 2024 17:56:17 +0000 (-0600) Subject: buildman: Add python3-coverage X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=e70bac90ff134d77ff25c00c7136d43a8ffd615d;p=u-boot.git buildman: Add python3-coverage Add this package so we can run code-coverage tests for Binman. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt index 4a31e69e4c..564e54898a 100644 --- a/tools/buildman/requirements.txt +++ b/tools/buildman/requirements.txt @@ -1,3 +1,4 @@ +coverage==6.2 jsonschema==4.17.3 pyyaml==6.0 yamllint==1.26.3