commit | 12a2f1aa86dfd852850588b289faeeaae26abd8b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 23 11:56:17 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 03 07:36:33 2024 +0100 |
tree | 8acc6783dbacd41102788e38e19965c612604756 | |
parent | c229d324188271525680627dad6a37d4760ae5fd [diff] |
buildman: Add python3-coverage Add this package so we can run code-coverage tests for Binman. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt index 4a31e69..564e548 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