summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-referencing_0.33.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-03-06 07:42:21 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-07 17:25:02 +0000
commit18c5cba3ad4feb92638a760f008132c9b3dd6cf3 (patch)
treea45b0110e8c4371aa45e242188b630732333b958 /meta/recipes-devtools/python/python3-referencing_0.33.0.bb
parent316f1fc852a4a42862d1b1ce0b8c37ee97e8c350 (diff)
downloadpoky-18c5cba3ad4feb92638a760f008132c9b3dd6cf3.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-referencing_0.33.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-referencing_0.33.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-referencing_0.33.0.bb b/meta/recipes-devtools/python/python3-referencing_0.33.0.bb
new file mode 100644
index 0000000000..5b50932264
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-referencing_0.33.0.bb
@@ -0,0 +1,14 @@
1SUMMARY = "An implementation-agnostic implementation of JSON reference resolution."
2HOMEPAGE = "https://github.com/python-jsonschema/referencing"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2"
5
6SRC_URI[sha256sum] = "c775fedf74bc0f9189c2a3be1c12fd03e8c23f4d371dce795df44e06c5b412f7"
7
8inherit pypi python_hatchling
9
10DEPENDS += "${PYTHON_PN}-hatch-vcs-native"
11
12RDEPENDS:${PN} += "python3-rpds-py"
13
14BBCLASSEXTEND = "native nativesdk"