[PATCH v2 3/3] pylibfdt: add requirements.txt for setuptools
Simon Glass
sjg at chromium.org
Sat Dec 27 15:52:34 CET 2025
On Wed, 17 Dec 2025 at 11:43, David Lechner <dlechner at baylibre.com> wrote:
>
> Add a requirements.txt file to the pylibfdt script directory to specify
> setuptools as a dependency. This follows the pattern of each tool in
> U-Boot having its own requirements.txt file. The version is set to
> 78.1.1 to avoid conflict with the same in tools/patman/requirements.txt.
>
> Signed-off-by: David Lechner <dlechner at baylibre.com>
> ---
> v2 changes:
> - new patch
> ---
> scripts/dtc/pylibfdt/requirements.txt | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass <simon.glass at canonical.com>
>
> diff --git a/scripts/dtc/pylibfdt/requirements.txt b/scripts/dtc/pylibfdt/requirements.txt
> new file mode 100644
> index 00000000000..b7dbecdd587
> --- /dev/null
> +++ b/scripts/dtc/pylibfdt/requirements.txt
> @@ -0,0 +1 @@
> +setuptools==78.1.1
>
> --
> 2.43.0
>
More information about the U-Boot
mailing list