diff options
| author | Ross Burton <ross.burton@arm.com> | 2022-07-13 17:28:21 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-15 12:30:32 +0100 |
| commit | e1346989da5e25ba0f842626264146f696187e53 (patch) | |
| tree | 2106bc3efcc98532af15676f8216176bbd747886 /documentation/ref-manual/classes.rst | |
| parent | 519632b6c6d90baac404128c334d833c643c87a7 (diff) | |
| download | poky-e1346989da5e25ba0f842626264146f696187e53.tar.gz | |
documentation: remove obsolete PEP517_BUILD_API
This variable has been obsoleted, so remove it from the documentation.
(From yocto-docs rev: 30ed4323e7fb482e4f6f47755314354a2e5e3871)
(From yocto-docs rev: afa895871e8ec18f4861f48f70b8a54cc2e4cb98)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
| -rw-r--r-- | documentation/ref-manual/classes.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index d0ed539229..424c505715 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
| @@ -2000,9 +2000,7 @@ The ``python_pep517`` class builds and installs a Python ``wheel`` binary | |||
| 2000 | archive (see `PEP-517 <https://peps.python.org/pep-0517/>`__). | 2000 | archive (see `PEP-517 <https://peps.python.org/pep-0517/>`__). |
| 2001 | 2001 | ||
| 2002 | Recipes wouldn't inherit this directly, instead typically another class will | 2002 | Recipes wouldn't inherit this directly, instead typically another class will |
| 2003 | inherit this, add the relevant native dependencies, and set | 2003 | inherit this and add the relevant native dependencies. |
| 2004 | :term:`PEP517_BUILD_API` to the Python class which implements the PEP-517 build | ||
| 2005 | API. | ||
| 2006 | 2004 | ||
| 2007 | Examples of classes which do this are :ref:`python_flit_core | 2005 | Examples of classes which do this are :ref:`python_flit_core |
| 2008 | <ref-classes-python_flit_core>`, :ref:`python_setuptools_build_meta | 2006 | <ref-classes-python_flit_core>`, :ref:`python_setuptools_build_meta |
