diff --git a/meta/recipes-devtools/python/python3-jsonschema_3.2.0.bb b/meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb similarity index 88% rename from meta/recipes-devtools/python/python3-jsonschema_3.2.0.bb rename to meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb index c7efe33a83..4c14229641 100644 --- a/meta/recipes-devtools/python/python3-jsonschema_3.2.0.bb +++ b/meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb @@ -3,13 +3,13 @@ HOMEPAGE = "https://github.com/Julian/jsonschema" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \ file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af" + +SRC_URI[sha256sum] = "636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83" + +inherit pypi setuptools_build_meta + DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native" -SRC_URI[md5sum] = "f1a0b5011f05a02a8dee1070cd10a26d" -SRC_URI[sha256sum] = "c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a" - -inherit pypi setuptools3 - PACKAGECONFIG ??= "format" PACKAGECONFIG[format] = ",,,\ ${PYTHON_PN}-idna \