[U-Boot] [PATCH v2 07/37] binman: Add coverage tools info for	Python 3
    Simon Glass 
    sjg at chromium.org
       
    Mon Jul  8 19:18:26 UTC 2019
    
    
  
Test coverage with Python 3 requires a new package. Add details about
this.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
 tools/binman/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/binman/README b/tools/binman/README
index ac193f16cf7..decca47bbf3 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
-- 
2.22.0.410.gd8fdbe21b5-goog
    
    
More information about the U-Boot
mailing list