summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/pamela_1.2.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-04-10 15:12:05 -0700
committerKhem Raj <raj.khem@gmail.com>2025-04-10 18:39:31 -0700
commitf3f094acd6c83c757378bae20d398cb14783e731 (patch)
treeb9307603b33e456600c157556364c29daa038974 /meta-python/recipes-devtools/python/pamela_1.2.0.bb
parent3560dbdc909ab38fa8f75a717e89b715915e2165 (diff)
downloadmeta-openembedded-f3f094acd6c83c757378bae20d398cb14783e731.tar.gz
pamela: Switch to using PEP-517 build backend
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/pamela_1.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/pamela_1.2.0.bb2
1 files changed, 1 insertions, 1 deletions
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
6 6
7PYPI_PACKAGE = "pamela" 7PYPI_PACKAGE = "pamela"
8 8
9inherit pypi setuptools3 9inherit pypi python_setuptools_build_meta
10 10
11RDEPENDS:${PN} = "libpam" 11RDEPENDS:${PN} = "libpam"
12 12