mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
fish.spec: build depends on procps to support new jobs tests
This commit is contained in:
parent
6d77a93cc2
commit
7b5160e676
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ BuildRequires: gcc48 gcc48-c++
|
|||
BuildRequires: glibc-langpack-en
|
||||
%endif
|
||||
%if 0%{?rhel} != 6
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3 procps
|
||||
%endif
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
|
Loading…
Reference in a new issue