mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
python3-jsonschema: upgrade 3.2.0 -> 4.4.0
Upstream changed from setup.py to pyproject.toml+setup.cfg inherit setuptools_build_meta For changes see: https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst#v440 (From OE-Core rev: 9af4a46668f0e8dcc7a371ec9e14a185df3a314f) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
345ed4cc9d
commit
2991089391
@@ -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 \
|
||||
Reference in New Issue
Block a user