cd9c93e Fix condition for python-sphinx on Fedora

Authored and Committed by ishcherb 6 years ago
1 file changed. 6 lines added. 3 lines removed.
    Fix condition for python-sphinx on Fedora
    
    On Fedora `0%{?rhel}` evaluates to 0, so `0%{?rhel} <= 7` evaluates to True.
    This change makes sure that python3-sphinx is required on Fedora.
    
        
file modified
+6 -3