mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 11:43:04 +01:00
python3-referencing: upgrade 0.35.1 -> 0.36.2
(From OE-Core rev: c996952787b26cd3f508db00e82d0bbefdf2675d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
14
meta/recipes-devtools/python/python3-referencing_0.36.2.bb
Normal file
14
meta/recipes-devtools/python/python3-referencing_0.36.2.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "An implementation-agnostic implementation of JSON reference resolution."
|
||||
HOMEPAGE = "https://github.com/python-jsonschema/referencing"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2"
|
||||
|
||||
SRC_URI[sha256sum] = "df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
DEPENDS += "python3-hatch-vcs-native"
|
||||
|
||||
RDEPENDS:${PN} += "python3-rpds-py"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user