diff options
author | Simon Glass | 2024-06-23 11:56:17 -0600 |
---|---|---|
committer | Simon Glass | 2024-07-03 07:36:33 +0100 |
commit | e70bac90ff134d77ff25c00c7136d43a8ffd615d (patch) | |
tree | 8acc6783dbacd41102788e38e19965c612604756 /tools/buildman | |
parent | 5d679f801d05fb728678c23d75d0113512e43cca (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>
Diffstat (limited to 'tools/buildman')
-rw-r--r-- | tools/buildman/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt index 4a31e69e4cb..564e54898a4 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 |