From: David Lechner Date: Mon, 5 Jan 2026 16:49:15 +0000 (-0600) Subject: pylibfdt: add requirements.txt for setuptools X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=487ab1c991d77b0236b30f55d7c2f89e3b948ec1;p=thirdparty%2Fu-boot.git pylibfdt: add requirements.txt for setuptools 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 Tested-by: Mattijs Korpershoek # sandbox Reviewed-by: Mattijs Korpershoek Signed-off-by: David Lechner --- 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