diff options
author | Yishai Jaffe <yishai1999@gmail.com> | 2025-07-08 20:14:19 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-09 09:16:05 -0700 |
commit | eb6b6b1d358892dbb5b696cb442574942a6e81e5 (patch) | |
tree | 0be331e85251d30237b3e7d68eb6cf735492fd83 /meta-python | |
parent | 0273ea57e975041327ea203a874dbd1974896b0c (diff) | |
download | meta-openembedded-eb6b6b1d358892dbb5b696cb442574942a6e81e5.tar.gz |
python3-jsonschema-default: added recipe
Added jsonschema-default python package
Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-jsonschema-default_1.8.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsonschema-default_1.8.1.bb b/meta-python/recipes-devtools/python/python3-jsonschema-default_1.8.1.bb new file mode 100644 index 0000000000..03cba50b99 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jsonschema-default_1.8.1.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "A Python package that creates default objects from a JSON schema." | ||
2 | HOMEPAGE = "https://github.com/mnboos/jsonschema-default" | ||
3 | LICENSE = "AGPL-3.0-only" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4ae09d45eac4aa08d013b5f2e01c67f6" | ||
5 | |||
6 | SRC_URI[sha256sum] = "77e35e4a95519c7dbdbe25438c00af33c17bb766cbb0a29a2aa9d645ee3c1399" | ||
7 | |||
8 | PYPI_PACKAGE = "jsonschema_default" | ||
9 | |||
10 | inherit pypi python_hatchling | ||
11 | |||
12 | RDEPENDS:${PN} = "python3-rstr" | ||
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" | ||