summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-08-04 22:17:45 +0100
committerKhem Raj <raj.khem@gmail.com>2025-08-04 17:32:04 -0700
commit103064269835d1e9be6ccad495ceae5c7c5a9f32 (patch)
tree6ab3b3c1731c896fc494cf5364b2ecf336e439a2 /meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb
parentacbf3e2e7ed9a4be4a7157eeca9c96bde312f890 (diff)
downloadmeta-openembedded-103064269835d1e9be6ccad495ceae5c7c5a9f32.tar.gz
python3-jsonref: use correct Python build backend class
oe-core master now has a python_pdm build class. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb7
1 files changed, 1 insertions, 6 deletions
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
7 7
8SRC_URI += "file://migrate-to-pdm-backend.patch" 8SRC_URI += "file://migrate-to-pdm-backend.patch"
9 9
10inherit pypi python_setuptools_build_meta 10inherit pypi python_pdm
11 11
12BBCLASSEXTEND = "native nativesdk" 12BBCLASSEXTEND = "native nativesdk"
13 13
14DEPENDS += " \
15 python3-pdm-native \
16 python3-pdm-backend-native \
17"
18
19RDEPENDS:${PN} += " \ 14RDEPENDS:${PN} += " \
20 python3-core \ 15 python3-core \
21 python3-json \ 16 python3-json \