- Build dependency of python3-spdx-python-model. - Part of the dependency chain for sbom-cve-check
Signed-off-by: Benjamin Robin <[email protected]> --- .../python/python3-shacl2code_0.0.24.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/meta/recipes-devtools/python/python3-shacl2code_0.0.24.bb b/meta/recipes-devtools/python/python3-shacl2code_0.0.24.bb new file mode 100644 index 000000000000..93ed9a253040 --- /dev/null +++ b/meta/recipes-devtools/python/python3-shacl2code_0.0.24.bb @@ -0,0 +1,17 @@ +SUMMARY = "Convert SHACL model to code bindings" +HOMEPAGE = "https://pypi.org/project/shacl2code/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0582f358628f299f29c23bf5fb2f73c9" + +PYPI_PACKAGE = "shacl2code" +SRC_URI[sha256sum] = "d8b511054ca564b4514b9186ece7f5eb8048cfc5daa6625def1a3adba13c4f66" + +inherit pypi python_hatchling + +RDEPENDS:${PN} += " \ + python3-jinja2 \ + python3-rdflib \ +" + +BBCLASSEXTEND = "native nativesdk" -- 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231869): https://lists.openembedded.org/g/openembedded-core/message/231869 Mute This Topic: https://lists.openembedded.org/mt/117977985/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
