From: Simon Glass <sjg@chromium.org>
Date: Mon, 8 Jul 2019 19:18:26 +0000 (-0600)
Subject: binman: Add coverage tools info for Python 3
X-Git-Tag: v2025.01-rc5-pxa1908~2870^2~71
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=45f449bfc1089ad21b3974b518478d5e2d9f12eb;p=u-boot.git

binman: Add coverage tools info for Python 3

Test coverage with Python 3 requires a new package. Add details about
this.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

diff --git a/tools/binman/README b/tools/binman/README
index ac193f16cf..decca47bbf 100644
--- a/tools/binman/README
+++ b/tools/binman/README
@@ -699,7 +699,7 @@ implementations target 100% test coverage. Run 'binman -T' to check this.
 
 To enable Python test coverage on Debian-type distributions (e.g. Ubuntu):
 
-   $ sudo apt-get install python-coverage python-pytest
+   $ sudo apt-get install python-coverage python3-coverage python-pytest
 
 
 Concurrent tests