Skip to content

Commit 5e6d39a

Browse files
authored
Fix the spdx-tools conflict issue (#115)
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent c2cc7b3 commit 5e6d39a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ coloredlogs
99
python3-wget
1010
beautifulsoup4
1111
jsonmerge
12-
spdx-tools
12+
spdx-tools==0.7.0a3

src/fosslight_util/write_spdx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from spdx.document import Document
1313
from spdx.package import Package
1414
from spdx.relationship import Relationship
15-
from spdx.license import License
15+
from spdx.document import License
1616
from spdx.utils import SPDXNone
1717
from spdx.utils import NoAssert
1818
from spdx.version import Version

0 commit comments

Comments
 (0)