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 <[email protected]> --- 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

