summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-referencing_0.35.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-01 08:30:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-05 12:49:55 +0000
commit0b102f6cbe85e677a97c4fff5a8a6cb49cdf094b (patch)
tree8ce8db50c1ab8801bdc299a2934cd9857cc99220 /meta/recipes-devtools/python/python3-referencing_0.35.1.bb
parent8ded6b92578ded2f39030ee65f29757f1fea64d4 (diff)
downloadpoky-0b102f6cbe85e677a97c4fff5a8a6cb49cdf094b.tar.gz
python3-referencing: upgrade 0.35.1 -> 0.36.2
(From OE-Core rev: c996952787b26cd3f508db00e82d0bbefdf2675d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-referencing_0.35.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-referencing_0.35.1.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-devtools/python/python3-referencing_0.35.1.bb b/meta/recipes-devtools/python/python3-referencing_0.35.1.bb
deleted file mode 100644
index 3e2a380607..0000000000
--- a/meta/recipes-devtools/python/python3-referencing_0.35.1.bb
+++ /dev/null
@@ -1,14 +0,0 @@
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] = "25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c"
7
8inherit pypi python_hatchling
9
10DEPENDS += "python3-hatch-vcs-native"
11
12RDEPENDS:${PN} += "python3-rpds-py"
13
14BBCLASSEXTEND = "native nativesdk"