| SUMMARY = "Lightweight SBOM CVE analysis tool" | |
| HOMEPAGE = "https://github.com/bootlin/sbom-cve-check" | |
| SECTION = "devel/python" | |
| LICENSE = "GPL-2.0-or-later" | |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=570a9b3749dd0463a1778803b12a6dce" | |
| PYPI_PACKAGE = "sbom_cve_check" | |
| SRC_URI[sha256sum] = "0a7f07a0c6ce45d40adc6d311ddc25c4466f59bafcbce149b6fb3663791a5d89" | |
| inherit pypi python_hatchling | |
| RDEPENDS:${PN} += " \ | |
| python3-spdx-python-model \ | |
| python3-pyyaml \ | |
| " | |
| BBCLASSEXTEND = "native nativesdk" |