summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-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 \