8c75978 Add missing provides for packages bundled in bundled pip/setuptools

Authored and Committed by thrnciar 4 years ago
1 file changed. 25 lines added. 3 lines removed.
    Add missing provides for packages bundled in bundled pip/setuptools
    
    The Python 3.4 interpreter uses bundled wheels of pip and setuptools,
    but pip and setuptools also bundle other libraries. We now track them all.
    
    The versions are copied from:
    
    https://github.com/pypa/pip/blob/9.0.1/pip/_vendor/vendor.txt
    https://github.com/pypa/setuptools/blob/v28.8.0/pkg_resources/_vendor/vendored.txt
    
    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1775574
    
        
file modified
+25 -3