[PATCH v2] doc: pytest: Complete dependencies list with missing packages
    Kory Maincent 
    kory.maincent at bootlin.com
       
    Wed Oct 29 15:33:44 CET 2025
    
    
  
From: "Kory Maincent (TI.com)" <kory.maincent at bootlin.com>
Add missing dependencies to the pytest usage documentation and correct
the device tree compiler package name from 'dtc' to 'device-tree-compiler'.
This ensures users have the complete list of dependencies needed to run
the pytest test suite without errors.
Reviewed-by: Mattijs Korpershoek <mkorpershoek at kernel.org>
Signed-off-by: Kory Maincent (TI.com) <kory.maincent at bootlin.com>
---
Change in v2:
- Update the "incomplete" word for the list description.
---
 doc/develop/pytest/usage.rst | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/doc/develop/pytest/usage.rst b/doc/develop/pytest/usage.rst
index 779b2dbe24b..153e3c4091d 100644
--- a/doc/develop/pytest/usage.rst
+++ b/doc/develop/pytest/usage.rst
@@ -35,11 +35,11 @@ installed via the command
    pip install -r requirements.txt
 
 In order to execute certain tests on their supported platforms other tools
-will be required. The following is an incomplete list:
+will be required. The following tools may be needed:
 
 * gdisk
 * dfu-util
-* dtc
+* device-tree-compiler
 * openssl
 * e2fsprogs
 * util-linux
@@ -50,6 +50,11 @@ will be required. The following is an incomplete list:
 * mtools
 * sbsigntool
 * udisks2
+* swig
+* cgpt
+* libgnutls28-dev
+* vboot-kernel-utils
+* fdisk
 
 Please use the appropriate commands for your distribution to match these tools
 up with the package that provides them.
-- 
2.43.0
    
    
More information about the U-Boot
mailing list