Skip to content

Commit

Permalink
[lldb] Check for Python 'packaging' module at configuration time (llv…
Browse files Browse the repository at this point in the history
…m#111747)

This module is used in various helper scripts since
llvm#93712
  • Loading branch information
weliveindetail committed Nov 6, 2024
1 parent 5671508 commit 3568954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()
if(LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS)
message(STATUS "Enforcing strict test requirements for LLDB")
# Lit uses psutil to do per-test timeouts.
set(useful_python_modules psutil)
set(useful_python_modules psutil packaging)

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

0 comments on commit 3568954

Please sign in to comment.