[lldb] Add packaging to testing requirements.txt (#95806)

To fix CI after https://github.com/llvm/llvm-project/pull/93712 landed.
This commit is contained in:
David Spickett 2024-06-17 17:14:06 +01:00 committed by GitHub
parent 8fe376f5ec
commit 13c66388db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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