mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
fish.spec: bump Python requirement to 3 on non-RHEL 6/7 platforms.
Work on #6537.
This commit is contained in:
parent
35a50d5aff
commit
38d530bc5b
|
@ -38,7 +38,11 @@ BuildRequires: python3
|
|||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%if 0%{?rhel} && 0%{?rhel} < 8
|
||||
Requires: python
|
||||
%else
|
||||
Requires: python3
|
||||
%endif
|
||||
Requires: man
|
||||
|
||||
%description
|
||||
|
|
Loading…
Reference in New Issue
Block a user