diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-01 08:30:47 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-05 12:49:55 +0000 |
| commit | 0b102f6cbe85e677a97c4fff5a8a6cb49cdf094b (patch) | |
| tree | 8ce8db50c1ab8801bdc299a2934cd9857cc99220 /meta/recipes-devtools/python/python3-referencing_0.35.1.bb | |
| parent | 8ded6b92578ded2f39030ee65f29757f1fea64d4 (diff) | |
| download | poky-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.bb | 14 |
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 @@ | |||
| 1 | SUMMARY = "An implementation-agnostic implementation of JSON reference resolution." | ||
| 2 | HOMEPAGE = "https://github.com/python-jsonschema/referencing" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c" | ||
| 7 | |||
| 8 | inherit pypi python_hatchling | ||
| 9 | |||
| 10 | DEPENDS += "python3-hatch-vcs-native" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "python3-rpds-py" | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
