From 5f50abb6d5f36a35b206b673f10a88635ba54a43 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Mon, 17 Jun 2024 15:44:16 +0000 Subject: [PATCH] [lldb] Add packaging to testing requirements.txt To fix CI after https://github.com/llvm/llvm-project/pull/93712 landed. --- lldb/test/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/requirements.txt b/lldb/test/requirements.txt index 83fbe6a5e1b97..708f2327a6a04 100644 --- a/lldb/test/requirements.txt +++ b/lldb/test/requirements.txt @@ -4,3 +4,4 @@ psutil>=5.9.4 # Pexpect tests are known not to work on Windows, so are disabled. # See llvm.org/pr22274. pexpect>=4.9.0; sys_platform != 'win32' +packaging