Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Mar 25, 2024
1 parent c757ece commit 9062996
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions msys2_devtools/sbom.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ def write_sbom(srcinfo_cache: str, sbom: str) -> None:
elif extra_key == "purl":
purls.append(PackageURL.from_string(extra_value + "@" + pkgver))

cpes = []
purls = []
for cpe in cpes:
component = Component(name=pkgbase, version=pkgver, cpe=cpe)
bom.components.add(component)
Expand Down

0 comments on commit 9062996

Please sign in to comment.