We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd653f9 commit 9406ee5Copy full SHA for 9406ee5
lldb/test/CMakeLists.txt
@@ -12,7 +12,7 @@ endif()
12
if(LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS)
13
message(STATUS "Enforcing strict test requirements for LLDB")
14
# Lit uses psutil to do per-test timeouts.
15
- set(useful_python_modules psutil)
+ set(useful_python_modules psutil packaging)
16
17
if(NOT WIN32)
18
# We no longer vendor pexpect and it is not used on Windows.
0 commit comments