]> git.baikalelectronics.ru Git - uboot.git/commit
tools: Fix package discovery in pyproject.toml of u_boot_pylib.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Fri, 7 Jul 2023 21:15:32 +0000 (17:15 -0400)
committerSimon Glass <sjg@chromium.org>
Thu, 20 Jul 2023 20:10:57 +0000 (14:10 -0600)
commit4dd9d0009e154e53b4140449c9486a152342a1ca
tree1a038572ee23e75890d1de507c0c3a9b525d6643
parent0a2420676fdc4e775f9eca7483498038730ae128
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>
tools/u_boot_pylib/pyproject.toml