From: "Kory Maincent (TI.com)" <[email protected]> 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 <[email protected]> Signed-off-by: Kory Maincent (TI.com) <[email protected]> --- 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

