summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-referencing_0.37.0.bb
blob: a75f5f80d46c55180322b174bfb8a3d41247d8db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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] = "44aefc3142c5b842538163acb373e24cce6632bd54bdb01b21ad5863489f50d8"

inherit pypi python_hatchling

DEPENDS += "python3-hatch-vcs-native"

RDEPENDS:${PN} += "python3-rpds-py"

BBCLASSEXTEND = "native nativesdk"