From f3f094acd6c83c757378bae20d398cb14783e731 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 10 Apr 2025 15:12:05 -0700 Subject: [PATCH] pamela: Switch to using PEP-517 build backend Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/pamela_1.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"