mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
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:
parent
a3b9c83bd0
commit
af1c7f6599
1 changed files with 3 additions and 0 deletions
|
@ -181,6 +181,9 @@ BuildRequires: perl(Sys::Hostname)
|
||||||
|
|
||||||
BuildRequires: graphviz
|
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
|
# This is required because we need "ps" when running LLDB tests
|
||||||
BuildRequires: procps-ng
|
BuildRequires: procps-ng
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue