diff options
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.bb | 19 |
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 @@ | |||
| 1 | SUMMARY = "Python library for CycloneDX" | ||
| 2 | HOMEPAGE = "https://github.com/CycloneDX/cyclonedx-python-lib/" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "fb1bc3dedfa31208444dbd743007f478ab6984010a184e5bd466bffd969e936e" | ||
| 7 | |||
| 8 | inherit pypi python_poetry_core | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "cyclonedx_python_lib" | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} = "\ | ||
| 15 | python3-py-serializable \ | ||
| 16 | python3-sortedcontainers \ | ||
| 17 | python3-jsonschema \ | ||
| 18 | python3-referencing \ | ||
| 19 | " | ||
