]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
pylibfdt: add requirements.txt for setuptools
authorDavid Lechner <dlechner@baylibre.com>
Mon, 5 Jan 2026 16:49:15 +0000 (10:49 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 12 Jan 2026 21:12:41 +0000 (15:12 -0600)
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.

Reviewed-by: Simon Glass <simon.glass@canonical.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@kernel.org> # sandbox
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
Signed-off-by: David Lechner <dlechner@baylibre.com>
scripts/dtc/pylibfdt/requirements.txt [new file with mode: 0644]

diff --git a/scripts/dtc/pylibfdt/requirements.txt b/scripts/dtc/pylibfdt/requirements.txt
new file mode 100644 (file)
index 0000000..b7dbecd
--- /dev/null
@@ -0,0 +1 @@
+setuptools==78.1.1