From: Simon Glass <sjg@chromium.org>
Date: Sun, 23 Jun 2024 17:56:17 +0000 (-0600)
Subject: buildman: Add python3-coverage
X-Git-Tag: v2025.01-rc5-pxa1908~396^2~6
X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?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 <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
---

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