Skip to content

Commit 00854d0

Browse files
weliveindetailDanielCChen
authored andcommitted
[lldb] Check for Python 'packaging' module at configuration time (llvm#111747)
This module is used in various helper scripts since llvm#93712
1 parent a81a4dd commit 00854d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif()
1212
if(LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS)
1313
message(STATUS "Enforcing strict test requirements for LLDB")
1414
# Lit uses psutil to do per-test timeouts.
15-
set(useful_python_modules psutil)
15+
set(useful_python_modules psutil packaging)
1616

1717
if(NOT WIN32)
1818
# We no longer vendor pexpect and it is not used on Windows.

0 commit comments

Comments
 (0)