Skip to content

Commit

Permalink
Merge pull request #787 from stanislaw/stanislaw/requirement_type
Browse files Browse the repository at this point in the history
spdx3: software_purpose: add REQUIREMENT type
  • Loading branch information
maxhbr authored Feb 15, 2024
2 parents 8050fd9 + 5916d43 commit 44d510e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spdx_tools/spdx3/model/software/software_purpose.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ class SoftwarePurpose(Enum):
OPERATING_SYSTEM = auto()
OTHER = auto()
PATCH = auto()
REQUIREMENT = auto()
SOURCE = auto()
TEST = auto()

0 comments on commit 44d510e

Please sign in to comment.