67ebc85 Use PEP 503 names for BuildRequires

Authored and Committed by churchyard 2 years ago
    Use PEP 503 names for BuildRequires
    
    Since Fedora 33, we generate both python3dist(foo.bar) and python3dist(foo-bar)
    provides, but we'd like to follow PEP 503 and use only the names with dash.
    
    By using the dashes, this is not compatible with the provides generated in EPEL 8,
    compatibility can be achieved with the %py3_dist macro.
    
        
file modified
+2 -2