[PATCH v2 3/3] pylibfdt: add requirements.txt for setuptools
David Lechner
dlechner at baylibre.com
Wed Dec 17 19:42:11 CET 2025
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(+)
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