python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies

(From OE-Core rev: 61401c6c82b4e717fcec3810dd9ee5ee61292696)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2024-03-06 07:42:21 -08:00
committed by Richard Purdie
parent 316f1fc852
commit 18c5cba3ad
6 changed files with 135 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
SUMMARY = "Python bindings to the Rust rpds crate for persistent data structures."
HOMEPAGE = "https://pypi.org/project/rpds-py/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7767fa537c4596c54141f32882c4a984"
SRC_URI[sha256sum] = "42821446ee7a76f5d9f71f9e33a4fb2ffd724bb3e7f93386150b61a43115788d"
require ${BPN}-crates.inc
inherit pypi cargo-update-recipe-crates python_maturin
S = "${WORKDIR}/rpds_py-${PV}"
PYPI_ARCHIVE_NAME = "rpds_py-${PV}.${PYPI_PACKAGE_EXT}"
BBCLASSEXTEND = "native nativesdk"