summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.7.0.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@gmail.com>2026-05-05 12:09:15 +0000
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-07 10:45:49 -0700
commitfefec1cbe9dd496ce34249a63e7b528a0c58f1a7 (patch)
tree9c1f693b50841d31461fe1762cc112b94fa7f0f4 /meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.7.0.bb
parent96ab7b827abb82fce61470f00b6477c5100e39c3 (diff)
downloadmeta-openembedded-fefec1cbe9dd496ce34249a63e7b528a0c58f1a7.tar.gz
python3-cyclonedx-python-lib: add recipe
OWASP CycloneDX is a full-stack Bill of Materials (BOM) standard that provides advanced supply chain capabilities for cyber risk reduction. This Python package provides data models, validators and more, to help you create/render/read CycloneDX documents. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.7.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.7.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.7.0.bb b/meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.7.0.bb
new file mode 100644
index 0000000000..56c108c6fe
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.7.0.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Python library for CycloneDX"
2HOMEPAGE = "https://github.com/CycloneDX/cyclonedx-python-lib/"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
5
6SRC_URI[sha256sum] = "fb1bc3dedfa31208444dbd743007f478ab6984010a184e5bd466bffd969e936e"
7
8inherit pypi python_poetry_core
9
10PYPI_PACKAGE = "cyclonedx_python_lib"
11
12BBCLASSEXTEND = "native nativesdk"
13
14RDEPENDS:${PN} = "\
15 python3-py-serializable \
16 python3-sortedcontainers \
17 python3-jsonschema \
18 python3-referencing \
19"