diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python-jsonref')
| -rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb b/meta-openembedded/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb index fae1da2686..4272fc4f24 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb +++ b/meta-openembedded/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb @@ -12,12 +12,12 @@ inherit pypi python_setuptools_build_meta BBCLASSEXTEND = "native nativesdk" DEPENDS += " \ - ${PYTHON_PN}-pdm-native \ - ${PYTHON_PN}-pdm-backend-native \ + python3-pdm-native \ + python3-pdm-backend-native \ " RDEPENDS:${PN} += " \ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-netclient \ + python3-core \ + python3-json \ + python3-netclient \ " |
