90b0bf7 macros.python: drop last %__python2 occurrence

Authored and Committed by praiskup 5 years ago
    macros.python: drop last %__python2 occurrence
    
    This is needed so people can do things like:
    
        %if %{with python3}
        %global __python %__python3
        %else
        %global __python %__python2
        %else
    
    And than just use %__python, %py_build, %py_install,
    %python_sitelib, ...
    
        
file modified
+1 -1