From 103064269835d1e9be6ccad495ceae5c7c5a9f32 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 4 Aug 2025 22:17:45 +0100 Subject: python3-jsonref: use correct Python build backend class oe-core master now has a python_pdm build class. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- .../recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb') diff --git a/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb b/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb index 4272fc4f24..341b3cd42e 100644 --- a/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb +++ b/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb @@ -7,15 +7,10 @@ SRC_URI[sha256sum] = "32fe8e1d85af0fdefbebce950af85590b22b60f9e95443176adbde4e1e SRC_URI += "file://migrate-to-pdm-backend.patch" -inherit pypi python_setuptools_build_meta +inherit pypi python_pdm BBCLASSEXTEND = "native nativesdk" -DEPENDS += " \ - python3-pdm-native \ - python3-pdm-backend-native \ -" - RDEPENDS:${PN} += " \ python3-core \ python3-json \ -- cgit v1.2.3-54-g00ecf