[PATCH] doc: pytest: Complete dependencies list with missing packages
Kory Maincent
kory.maincent at bootlin.com
Wed Oct 22 15:20:52 CEST 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.
Signed-off-by: Kory Maincent (TI.com) <kory.maincent at bootlin.com>
---
doc/develop/pytest/usage.rst | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/doc/develop/pytest/usage.rst b/doc/develop/pytest/usage.rst
index 779b2dbe24b..454877837ca 100644
--- a/doc/develop/pytest/usage.rst
+++ b/doc/develop/pytest/usage.rst
@@ -39,7 +39,7 @@ will be required. The following is an incomplete list:
* 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