blob: 6fbd10d9cf89b461223dcc4e1d2cd38a500f2c74 [file] [log] [blame]
Patrick Williamsb58112e2024-03-07 11:16:36 -06001SUMMARY = "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
Patrick Williams44b3caf2024-04-12 16:51:14 -05006SRC_URI[sha256sum] = "5773bd84ef41799a5a8ca72dc34590c041eb01bf9aa02632b4a973fb0181a844"
Patrick Williamsb58112e2024-03-07 11:16:36 -06007
8inherit pypi python_hatchling
9
Patrick Williams2f814a62024-04-16 16:28:03 -050010DEPENDS += "python3-hatch-vcs-native"
Patrick Williamsb58112e2024-03-07 11:16:36 -060011
12RDEPENDS:${PN} += "python3-rpds-py"
13
14BBCLASSEXTEND = "native nativesdk"