diff options
| author | Simon Glass <[email protected]> | 2026-07-05 13:32:21 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-07-06 08:28:50 -0600 |
| commit | c2f2085b1540146fd2a229342366622d1970cd90 (patch) | |
| tree | 37ad96851f07305e35ee921694f18ddb87d33b71 /tools/binman | |
| parent | 5c2d490539e9c15e863d5d8e476467724c60f87b (diff) | |
tools: Stop packaging patman as a pip module
patman is no longer shipped from the U-Boot tree, so drop it from the
'make pip' target and from make_pip.sh, and remove its packaging files
(setup.py, pyproject.toml, requirements.txt). Nothing else refers to
them by this point in the series, so they can go.
Also fix binman's pyproject.toml, which declares package-data for a
'patman' package (a copy-paste leftover); use 'binman' instead.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools/binman')
| -rw-r--r-- | tools/binman/pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/pyproject.toml b/tools/binman/pyproject.toml index 2f17588e9df..fd43a71b02b 100644 --- a/tools/binman/pyproject.toml +++ b/tools/binman/pyproject.toml @@ -26,4 +26,4 @@ classifiers = [ binman = "binman.main:start_binman" [tool.setuptools.package-data] -patman = ["*.rst"] +binman = ["*.rst"] |
