[PATCH] doc: pytest: Complete dependencies list with missing packages
    Mattijs Korpershoek 
    mkorpershoek at kernel.org
       
    Wed Oct 22 17:22:38 CEST 2025
    
    
  
Hi Kory,
Thank you for the patch.
On Wed, Oct 22, 2025 at 15:20, Kory Maincent <kory.maincent at bootlin.com> wrote:
> 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:
If the list is now complete (as per your commit message), should we
update this sentence as well to remove "incomplete" ?
>  
>  * 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