Commit a204d45
committed
fix: declare license-expression as an unconditional depedency
The dependency was previously installed in both the `cdx` and `spdx`
extras. It turns out that doing it this way breaks the error message
when no SBOM format is installed. As this dependency is always required
and pretty lightweight simply always depend on it.
Fixes: 12fdab0 ("feat(generate): add license information to SBOMs")
Signed-off-by: Christoph Steiger <christoph.steiger@siemens.com>1 parent 6ca83a0 commit a204d45
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
0 commit comments