mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
classes/python_pdm: add PEP517 build class for PDM
PDM[1] is yet another build/package manager for Python that is fairly common now, so add a class for it. (From OE-Core rev: 20758865e9e0598966a1c678fd4aebe384a99765) Signed-off-by: Ross Burton <ross.burton@arm.com> [1] https://pdm-project.org/ Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
da54ae0126
commit
b1e50dae49
9
meta/classes-recipe/python_pdm.bbclass
Normal file
9
meta/classes-recipe/python_pdm.bbclass
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Copyright OpenEmbedded Contributors
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
inherit python_pep517
|
||||
|
||||
DEPENDS += "python3-pdm-backend-native"
|
||||
Reference in New Issue
Block a user