* [PATCH] tools: Fix patman launcher script.
@ 2023-09-01 5:05 Maxim Cournoyer
2023-09-02 0:09 ` Simon Glass
0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2023-09-01 5:05 UTC (permalink / raw)
To: u-boot; +Cc: Maxim Cournoyer, Simon Glass
There is no "run_patman" procedure in patman's __main__.py file, which
would cause the following error at execution:
"AttributeError: module 'patman.__main__' has no attribute 'run_patman'"
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
tools/patman/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/patman/pyproject.toml b/tools/patman/pyproject.toml
index c5dc7c7e27..a54211f706 100644
--- a/tools/patman/pyproject.toml
+++ b/tools/patman/pyproject.toml
@@ -23,7 +23,7 @@ classifiers = [
"Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
[project.scripts]
-patman = "patman.__main__:run_patman"
+patman = "patman.__main__"
[tool.setuptools.package-data]
patman = ["*.rst"]
base-commit: 0fe0395922d859730eb7ddfcff6ed8d3ac4b2937
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] tools: Fix patman launcher script.
2023-09-01 5:05 [PATCH] tools: Fix patman launcher script Maxim Cournoyer
@ 2023-09-02 0:09 ` Simon Glass
2023-09-23 18:13 ` Simon Glass
0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2023-09-02 0:09 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: u-boot
On Thu, 31 Aug 2023 at 23:05, Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote:
>
> There is no "run_patman" procedure in patman's __main__.py file, which
> would cause the following error at execution:
>
> "AttributeError: module 'patman.__main__' has no attribute 'run_patman'"
>
> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
> ---
>
> tools/patman/pyproject.toml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Simon Glass <sjg@chromium.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tools: Fix patman launcher script.
2023-09-02 0:09 ` Simon Glass
@ 2023-09-23 18:13 ` Simon Glass
0 siblings, 0 replies; 3+ messages in thread
From: Simon Glass @ 2023-09-23 18:13 UTC (permalink / raw)
To: Simon Glass; +Cc: u-boot, Maxim Cournoyer
On Thu, 31 Aug 2023 at 23:05, Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote:
>
> There is no "run_patman" procedure in patman's __main__.py file, which
> would cause the following error at execution:
>
> "AttributeError: module 'patman.__main__' has no attribute 'run_patman'"
>
> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
> ---
>
> tools/patman/pyproject.toml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Simon Glass <sjg@chromium.org>
Applied to u-boot-dm, thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-23 18:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-01 5:05 [PATCH] tools: Fix patman launcher script Maxim Cournoyer
2023-09-02 0:09 ` Simon Glass
2023-09-23 18:13 ` Simon Glass
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox