c8bb273 Always apply patch3 (el8 fix)

Authored and Committed by carlwgeorge 4 years ago
    Always apply patch3 (el8 fix)
    
    Patch3 provides compatibility with PEP 0538, but it has no effect on
    Pythons that don't have that feature.  It is required for el8, but
    changing the conditional for that isn't worth it.  It's safe to always
    apply.
    
        
file modified
+5 -7