mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user