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

Avoid installation failure with newer setuptools #591

Merged
merged 1 commit into from
Oct 22, 2019
Merged

Avoid installation failure with newer setuptools #591

merged 1 commit into from
Oct 22, 2019

Commits on Oct 16, 2019

  1. Avoid installation failure with newer setuptools

    Implement workaround for avoiding installation errors on system with
    newer setuptools
    
    AttributeError: 'SpecifierSet' object has no attribute 'split'
    
    Longer term we will have to refactor setup.py which is the root
    of all evil.
    
    Fixes: #590
    Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
    ssbarnea committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    0680cdf View commit details
    Browse the repository at this point in the history