e0db7e6 Build numpy using Python's standard library distutils

Authored and Committed by ksurma 2 years ago
1 file changed. 3 lines added. 0 lines removed.
    Build numpy using Python's standard library distutils
    
    We patch Python's distutils to exclude the standard paths from rpaths.
    setuptools 60+ switches to its own copy of distutils by default,
    which doesn't contain the patch and leads to the failed RPM build.
    This behavior is overriden with the environment variable
    SETUPTOOLS_USE_DISTUTILS=stdlib.
    
        
file modified
+3 -0