Skip to content

Comments

Fix Scancode's dependency package bug#248

Merged
soimkim merged 4 commits intomainfrom
fix
Feb 23, 2026
Merged

Fix Scancode's dependency package bug#248
soimkim merged 4 commits intomainfrom
fix

Conversation

@soimkim
Copy link
Contributor

@soimkim soimkim commented Feb 22, 2026

Description

Fix Scancode's dependency package bug.

  1. Remove click from requirements.
    It is not directly used by FOSSlight Source Scanner, and pinning its version leads to dependency conflicts with other packages.
  2. Add setuptools.
    Fix a bug related to ModuleNotFoundError: No module named 'pkg_resources'

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation update
  • Refactoring, Maintenance
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@soimkim soimkim self-assigned this Feb 22, 2026
@soimkim soimkim added the chore [PR/Issue] Refactoring, maintenance the code label Feb 22, 2026
@soimkim soimkim marked this pull request as draft February 23, 2026 00:33
@soimkim soimkim changed the title Remove click dependency Fix Scancode's dependency package bug Feb 23, 2026
@soimkim soimkim marked this pull request as ready for review February 23, 2026 04:48
@soimkim soimkim added bug fix [PR] Fix the bug and removed chore [PR/Issue] Refactoring, maintenance the code labels Feb 23, 2026
@soimkim soimkim merged commit 38f4867 into main Feb 23, 2026
4 of 6 checks passed
@soimkim soimkim deleted the fix branch February 23, 2026 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug fix [PR] Fix the bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant