Message ID | 20250710125003.2080700-1-yishai1999@gmail.com |
---|---|
State | Under Review |
Headers | show |
Series | [meta-oe] python3-genson: added recipe | expand |
diff --git a/meta-python/recipes-devtools/python/python3-genson_1.3.0.bb b/meta-python/recipes-devtools/python/python3-genson_1.3.0.bb new file mode 100644 index 0000000000..e23af06a2b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-genson_1.3.0.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "GenSON is a powerful, user-friendly JSON Schema generator built in Python." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e6c30d55dbfb3a28d420d918534adf6b" + +SRC_URI[sha256sum] = "e02db9ac2e3fd29e65b5286f7135762e2cd8a986537c075b06fc5f1517308e37" + +inherit pypi python_setuptools_build_meta + +BBCLASSEXTEND = "native nativesdk"
Adde genson python package Signed-off-by: Yishai Jaffe <yishai1999@gmail.com> --- .../recipes-devtools/python/python3-genson_1.3.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-genson_1.3.0.bb