diff mbox series

[meta-python,11/12] pamela: Switch to using PEP-517 build backend

Message ID 20250411004201.3826913-11-raj.khem@gmail.com
State New
Headers show
Series [meta-oe,meta-python,01/12] qhull: Add recipe | expand

Commit Message

Khem Raj April 11, 2025, 12:42 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/pamela_1.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/pamela_1.2.0.bb b/meta-python/recipes-devtools/python/pamela_1.2.0.bb
index ff87e187ca..d343458aea 100644
--- a/meta-python/recipes-devtools/python/pamela_1.2.0.bb
+++ b/meta-python/recipes-devtools/python/pamela_1.2.0.bb
@@ -6,7 +6,7 @@  SRC_URI[sha256sum] = "0ea6e2a99dded8c7783a4a06f2d31f5bdcad894d79101e8f09322e387a
 
 PYPI_PACKAGE = "pamela"
 
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta
 
 RDEPENDS:${PN} = "libpam"