brintos

brintos / llvm-project-archived public Read only

0
0
Text · 272 B · e2438bf Raw
10 lines · plain
1# These Python packages are required to be able to run the LLDB test suite.2 3psutil>=5.9.44# Pexpect tests are known not to work on Windows, so are disabled.5# See llvm.org/pr22274.6pexpect>=4.9.0; sys_platform != 'win32'7packaging8# Required for python tests9swig>=4.0.010