9471eab Don't install a Python .egg

Authored and Committed by churchyard 7 months ago
1 file changed. 12 lines added. 2 lines removed.
    Don't install a Python .egg
    
    Due to an upcoming deprecation of .eggs in pip,
    we'd like to avoid all Python .eggs in Fedora.
    
    setuptools forces installation of an .egg when --prefix is set without --root.
    
    To assert this works, we list the Python files explicitly,
    as required by https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_explicit_lists
    
        
file modified
+12 -2