[PATCH 2/2] tools: Fix package discovery in pyproject.toml of u_boot_pylib.
Simon Glass
sjg at chromium.org
Sun Jul 23 15:23:52 CEST 2023
On Fri, 7 Jul 2023 at 15:17, Maxim Cournoyer <maxim.cournoyer at gmail.com> wrote:
>
> When building from source, setuptools would complain about not finding
> package via its auto-discovery mechanism. Manually specify how to
> locate the files, relative to the package's directory.
>
> * tools/u_boot_pylib/pyproject.toml: New tool.setuptools.packages.find
> section.
>
> Signed-off-by: Maxim Cournoyer <maxim.cournoyer at gmail.com>
> ---
>
> tools/u_boot_pylib/pyproject.toml | 4 ++++
> 1 file changed, 4 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list