diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb | 7 |
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 | ||
| 8 | SRC_URI += "file://migrate-to-pdm-backend.patch" | 8 | SRC_URI += "file://migrate-to-pdm-backend.patch" |
| 9 | 9 | ||
| 10 | inherit pypi python_setuptools_build_meta | 10 | inherit pypi python_pdm |
| 11 | 11 | ||
| 12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
| 13 | 13 | ||
| 14 | DEPENDS += " \ | ||
| 15 | python3-pdm-native \ | ||
| 16 | python3-pdm-backend-native \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS:${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
| 20 | python3-core \ | 15 | python3-core \ |
| 21 | python3-json \ | 16 | python3-json \ |
