b3c9e12 Utilize the bootstrap.egg-info from the github tarball

Authored and Committed by cstratak a year ago
    Utilize the bootstrap.egg-info from the github tarball
    
    Since Python 3.11.1, the setuptools builds are broken if the pre-
    generated egg-info directory is removed.
    
    We work around the issue by extracting the bootstrap.egg-info directory
    from the github tarball.
    
    Note that the bootstrap build doesn't work, however on F37 we won't bootstrap
    anyway, so this is considered a workaround.
    
    See also: https://github.com/pypa/setuptools/issues/3761
    
        
file modified
+9 -5
file modified
+1 -0