diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-referencing_0.36.2.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-referencing_0.36.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-referencing_0.36.2.bb b/meta/recipes-devtools/python/python3-referencing_0.36.2.bb new file mode 100644 index 0000000000..388c1887fb --- /dev/null +++ b/meta/recipes-devtools/python/python3-referencing_0.36.2.bb | |||
@@ -0,0 +1,14 @@ | |||
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] = "df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa" | ||
7 | |||
8 | inherit pypi python_hatchling | ||
9 | |||
10 | DEPENDS += "python3-hatch-vcs-native" | ||
11 | |||
12 | RDEPENDS:${PN} += "python3-rpds-py" | ||
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" | ||