| SUMMARY = "Python tool to parse, validate and convert spdx files" |
| HOMEPAGE = "https://github.com/spdx/tools-python" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=dc7f21ccff0f672f2a7cd6f412ae627d" |
| SRC_URI[sha256sum] = "aea4ac9c2c375e7f439b1cef5ff32ef34914c083de0f61e08ed67cd3d9deb2a9" |
| BBCLASSEXTEND = "native nativesdk" |
| # Dependency required for pyspdxtools : python3-click |
| # Dependencies required for conversion to spdx3 : python3-semantic-version, python3-ply |
| python3-license-expression \ |
| python3-semantic-version \ |