Skip to content

Commit 44d510e

Browse files
authored
Merge pull request #787 from stanislaw/stanislaw/requirement_type
spdx3: software_purpose: add REQUIREMENT type
2 parents 8050fd9 + 5916d43 commit 44d510e

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)