diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-10-27 22:16:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-29 16:28:36 +0100 |
commit | cd13328a044a7d60691d755061a06722f0789aa7 (patch) | |
tree | a1af76a6e62f1a9618f8d535e0599caa0a7f84b8 | |
parent | 8d2c351e3e91541f011fa0020b8aca7794109563 (diff) | |
download | poky-cd13328a044a7d60691d755061a06722f0789aa7.tar.gz |
python3-jsonschema: upgrade 4.9.1 -> 4.16.0
(From OE-Core rev: e3c4ab0e6a3f8bb3f85f28530e2ac2ad9db7deb8)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-jsonschema_4.16.0.bb (renamed from meta/recipes-devtools/python/python3-jsonschema_4.9.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.9.1.bb b/meta/recipes-devtools/python/python3-jsonschema_4.16.0.bb index 125bc6b4d5..5704f55a15 100644 --- a/meta/recipes-devtools/python/python3-jsonschema_4.9.1.bb +++ b/meta/recipes-devtools/python/python3-jsonschema_4.16.0.bb | |||
@@ -4,14 +4,14 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \ |
5 | file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af" | 5 | file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "408c4c8ed0dede3b268f7a441784f74206380b04f93eb2d537c7befb3df3099f" | 7 | SRC_URI[sha256sum] = "165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23" |
8 | 8 | ||
9 | inherit pypi python_hatchling | 9 | inherit pypi python_hatchling |
10 | 10 | ||
11 | PACKAGES =+ "${PN}-tests" | 11 | PACKAGES =+ "${PN}-tests" |
12 | FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests" | 12 | FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests" |
13 | 13 | ||
14 | DEPENDS += "${PYTHON_PN}-hatch-vcs-native" | 14 | DEPENDS += "${PYTHON_PN}-hatch-fancy-pypi-readme-native ${PYTHON_PN}-hatch-vcs-native " |
15 | 15 | ||
16 | PACKAGECONFIG ??= "format" | 16 | PACKAGECONFIG ??= "format" |
17 | PACKAGECONFIG[format] = ",,,\ | 17 | PACKAGECONFIG[format] = ",,,\ |