mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
python 2 is gone and we don't need the abstraction now, drop the remaining usage of this variable. (From OE-Core rev: f64078dd67b2d4db26edea5992f649161e7fee2f) Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
467 B
BlitzBasic
15 lines
467 B
BlitzBasic
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] = "c775fedf74bc0f9189c2a3be1c12fd03e8c23f4d371dce795df44e06c5b412f7"
|
|
|
|
inherit pypi python_hatchling
|
|
|
|
DEPENDS += "python3-hatch-vcs-native"
|
|
|
|
RDEPENDS:${PN} += "python3-rpds-py"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|