
9 Jul
2023
9 Jul
'23
5:38 a.m.
On Fri, 7 Jul 2023 at 15:17, Maxim Cournoyer maxim.cournoyer@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@gmail.com
tools/u_boot_pylib/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org