commit | 933cb7ac85c1f776b470b5391e54068f5c5357e5 | [log] [tgz] |
---|---|---|
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | Fri Jul 07 17:15:32 2023 -0400 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 20 14:10:57 2023 -0600 |
tree | 1a038572ee23e75890d1de507c0c3a9b525d6643 | |
parent | 2883fd2f6497c97de07d9d3124670a7042b2724e [diff] |
tools: Fix package discovery in pyproject.toml of u_boot_pylib. 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> Reviewed-by: Simon Glass <sjg@chromium.org>