| Message ID | 20241009-release-note-5-1-v2-14-7d484f7e7b6f@bootlin.com |
|---|---|
| State | Superseded |
| Headers | show |
| Series | Updates for styhead | expand |
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 0fce37cfa..f3874326d 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst @@ -1478,6 +1478,9 @@ The tests you can list with the :term:`WARN_QA` and - ``perms:`` Currently, this check is unused but reserved. +- ``pep517-backend:`` checks that a recipe inheriting + :ref:`ref-classes-setuptools3` has a PEP517-compliant backend. + - ``pkgconfig:`` Checks ``.pc`` files for any :term:`TMPDIR`/:term:`WORKDIR` paths. Any ``.pc`` file containing these paths is incorrect since
New sanity check to check for PEP517-backend compliance. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/classes.rst | 3 +++ 1 file changed, 3 insertions(+)