Skip to content

Commit

Permalink
Fix the spdx-tools conflict issue (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiyeong Seok <[email protected]>
  • Loading branch information
dd-jy authored May 9, 2023
1 parent c2cc7b3 commit 5e6d39a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ coloredlogs
python3-wget
beautifulsoup4
jsonmerge
spdx-tools
spdx-tools==0.7.0a3
2 changes: 1 addition & 1 deletion src/fosslight_util/write_spdx.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from spdx.document import Document
from spdx.package import Package
from spdx.relationship import Relationship
from spdx.license import License
from spdx.document import License
from spdx.utils import SPDXNone
from spdx.utils import NoAssert
from spdx.version import Version
Expand Down

0 comments on commit 5e6d39a

Please sign in to comment.