ref-manual/classes.rst: document the python_pdm class

This class was added by commit 20758865e9e0 ("classes/python_pdm: add
PEP517 build class for PDM") in OE-Core.

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: bbec8adf0fb2dfa8b34e631249a6d6e71aa08386)

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Antonin Godard 2025-10-27 13:43:35 +01:00 committed by Richard Purdie
parent ae40c7ada3
commit 7eebd8b425

View File

@ -2174,6 +2174,19 @@ meson-python build system.
Internally this uses the :ref:`ref-classes-python_pep517` class.
.. _ref-classes-python_pdm:
``python_pdm``
=================
The :ref:`ref-classes-python_pdm` class adds support for building Python
packages with the `PDM <https://pdm-project.org/>`__ package and dependency manager.
This class adds ``python3-pdm-backend-native`` to the recipe's build-time
dependencies.
Internally this uses the :ref:`ref-classes-python_pep517` class.
.. _ref-classes-python_pep517:
``python_pep517``