Skip to content

Commit 5916d43

Browse files
committed
spdx3: software_purpose: add REQUIREMENT type
Signed-off-by: Stanislav Pankevich <s.pankevich@gmail.com>
1 parent 8050fd9 commit 5916d43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/spdx_tools/spdx3/model/software/software_purpose.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ class SoftwarePurpose(Enum):
2424
OPERATING_SYSTEM = auto()
2525
OTHER = auto()
2626
PATCH = auto()
27+
REQUIREMENT = auto()
2728
SOURCE = auto()
2829
TEST = auto()

0 commit comments

Comments
 (0)