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
parent b79ab4f3cc
commit 323ee2723e

View file

@ -83,6 +83,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