aboutcode-org / scancode-plugins

A set of plugins either delivered as builtin scancode-toolkit or extra plugins
2 stars 8 forks source link

Fix Linux distribution detection #32

Closed eclipseo closed 1 week ago

eclipseo commented 1 year ago

platform.linux_distribution() was removed in Python 3.8.

Fix: #31

stefan6419846 commented 4 months ago

Without this being merged and published, using typecode-libmagic instead of typecode-libmagic-system-provided is required for now on basically all supported Python versions.

pombredanne commented 4 months ago

@stefan6419846 let me review and merge! Note that you can always use scancode-toolkit-mini, a wheel that has no native dependencies.

JonoYang commented 1 week ago

@eclipseo Thank you!