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.
1 parent 8050fd9 commit 5916d43Copy full SHA for 5916d43
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