diff options
| author | David Lechner <[email protected]> | 2026-01-05 10:49:15 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-12 15:12:41 -0600 |
| commit | 487ab1c991d77b0236b30f55d7c2f89e3b948ec1 (patch) | |
| tree | e1c16b04d78ac6ca72660818502330105bf9ee76 /scripts/dtc | |
| parent | c85d302bf2394a9c3fe95e100e014156a2e0faf5 (diff) | |
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 <[email protected]>
Tested-by: Mattijs Korpershoek <[email protected]> # sandbox
Reviewed-by: Mattijs Korpershoek <[email protected]>
Signed-off-by: David Lechner <[email protected]>
Diffstat (limited to 'scripts/dtc')
| -rw-r--r-- | scripts/dtc/pylibfdt/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
