Package: debsbom / 0.6.2-2

Metadata

Package Version Patches format
debsbom 0.6.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 debian only provide debian package name in error mes.patch | (download)

src/debsbom/commands/generate.py | 3 1 + 2 - 0 !
src/debsbom/sbom.py | 6 2 + 4 - 0 !
2 files changed, 3 insertions(+), 6 deletions(-)

 debian-only: provide debian package name in error message

The spdx and CycloneDX libraries are optional, but when an operation is
requested that requires either of them, an error message is shown how to
install it. Upstream reports this by printing the pip install commands,
however as we are on Debian, people should use the packages from the
distro.

We change the hint to display the Debian package names.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>