We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8050fd9 + 5916d43 commit 44d510eCopy full SHA for 44d510e
src/spdx_tools/spdx3/model/software/software_purpose.py
@@ -24,5 +24,6 @@ class SoftwarePurpose(Enum):
24
OPERATING_SYSTEM = auto()
25
OTHER = auto()
26
PATCH = auto()
27
+ REQUIREMENT = auto()
28
SOURCE = auto()
29
TEST = auto()
0 commit comments