mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 19:31:14 -03:00
fish.spec: bump Python requirement to 3 on non-RHEL 6/7 platforms.
Work on #6537.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user