]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
patman: Update the run script
authorSimon Glass <sjg@chromium.org>
Sun, 19 Nov 2023 15:36:05 +0000 (08:36 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:06 +0000 (18:39 -0500)
Patman now has its main program in a function, so update the toml file
to match.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/pyproject.toml

index f29516acefad4e3a410d9d0941b2661a74882c7f..56131947c794284849d17e4bf32280a37ce6ae2f 100644 (file)
@@ -23,7 +23,7 @@ classifiers = [
 "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
 
 [project.scripts]
-patman = "patman.__main__"
+patman = "patman.__main__:run_patman"
 
 [tool.setuptools.package-data]
 patman = ["*.rst"]