Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[utilities] Relax from hard dependency of python3-magic #3025

Merged

Commits on Sep 18, 2022

  1. [utilities] Relax from hard dependency of python3-magic

    For compatibility reasons on some distros, sos should not have a hard
    dependency on 'magic' python library. It should attempt to use it for
    detection of binary file content, but should fall back to previous "read
    the very first byte" method otherwise.
    
    Resolves: sosreport#3025
    Relates: sosreport#3021
    
    Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
    pmoravec committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    2cf0d3c View commit details
    Browse the repository at this point in the history