On Fri, Feb 25, 2022 at 11:27 PM Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> On Fri, 2022-02-25 at 15:43 -0800, Tim Orling wrote:
> > From: Tim Orling
> >
> > With help from Peter Kjellerstedt via IRC.
> >
> > Add a check for pyproject.toml in ${S} and if so check if it has a
>
On Fri, 2022-02-25 at 15:43 -0800, Tim Orling wrote:
> From: Tim Orling
>
> With help from Peter Kjellerstedt via IRC.
>
> Add a check for pyproject.toml in ${S} and if so check if it has a
> [build-system] build-backend. Give the user a helpful warning that
> the recipe should be changed to on
From: Tim Orling
With help from Peter Kjellerstedt via IRC.
Add a check for pyproject.toml in ${S} and if so check if it has a
[build-system] build-backend. Give the user a helpful warning that
the recipe should be changed to one of the PEP-517 classes (instead of
setuptools3.bbclass).
Add SET