mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-25 01:35:17 +00:00
lldb: add BuildRequires: procps-ng
This is to mitigate `/bin/sh: line 1: ps: command not found` in the build logs.
This commit is contained in:
parent
c00f9f2e11
commit
b167b820db
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@ BuildRequires: perl(Sys::Hostname)
|
|||
|
||||
BuildRequires: graphviz
|
||||
|
||||
# This is required because we need "ps" when running LLDB tests
|
||||
BuildRequires: procps-ng
|
||||
|
||||
%if %{without compat_build}
|
||||
# For reproducible pyc file generation
|
||||
# See https://docs.fedoraproject.org/en-US/packaging-guidelines/Python_Appendix/#_byte_compilation_reproducibility
|
||||
|
|
Loading…
Reference in a new issue