mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
fish.spec: build depends on Python 3 on all platforms except RHEL 6
This commit is contained in:
parent
d9b0a3b272
commit
68db32255a
1 changed files with 1 additions and 3 deletions
|
@ -30,9 +30,7 @@ BuildRequires: gcc48 gcc48-c++
|
|||
# Need the en_US.utf-8 locale at a minimum
|
||||
BuildRequires: glibc-langpack-en
|
||||
%endif
|
||||
%if 0%{?rhel} && 0%{?rhel} < 8
|
||||
BuildRequires: python
|
||||
%else
|
||||
%if 0%{?rhel} != 6
|
||||
BuildRequires: python3
|
||||
%endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue