Patrick Williams | b58112e | 2024-03-07 11:16:36 -0600 | [diff] [blame] | 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] = "c775fedf74bc0f9189c2a3be1c12fd03e8c23f4d371dce795df44e06c5b412f7" |
| 7 | |
| 8 | inherit pypi python_hatchling |
| 9 | |
| 10 | DEPENDS += "${PYTHON_PN}-hatch-vcs-native" |
| 11 | |
| 12 | RDEPENDS:${PN} += "python3-rpds-py" |
| 13 | |
| 14 | BBCLASSEXTEND = "native nativesdk" |