lldb: fix ModuleNotFoundError: No module named 'pexpect'

We've seen a lot of tests that were missing the pexpect python module
and that resulted in a state of
[`UNRESOLVED`](https://llvm.org/docs/CommandGuide/lit.html).
This commit is contained in:
Konrad Kleine 2024-07-10 12:52:46 +00:00 committed by Timm Bäder
parent a3b9c83bd0
commit af1c7f6599

View file

@ -181,6 +181,9 @@ BuildRequires: perl(Sys::Hostname)
BuildRequires: graphviz
# This is required because of "ModuleNotFoundError: No module named 'pexpect'" when running LLDB tests.
BuildRequires: python3-pexpect
# This is required because we need "ps" when running LLDB tests
BuildRequires: procps-ng