9febbf3 disable automatic compilation of *.py files outside of python sitelib

Authored and Committed by tmz 5 years ago
1 file changed. 10 lines added. 1 lines removed.
    disable automatic compilation of *.py files outside of python sitelib
    
    The *.py files in cgit are not importable python modules.  Add %excludes
    to avoid packaging these files on Fedora < 29 and RHEL < 8.
    
    https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation
    
        
file modified
+10 -1