File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ $PythonModules = @{
350350 SHA256 = " 026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002" ;
351351 };
352352 };
353- " distutils " = @ {
353+ " setuptools " = @ {
354354 Wheel = @ {
355355 File = " setuptools-75.1.0-py3-none-any.whl" ;
356356 URL = " https://files.pythonhosted.org/packages/ff/ae/f19306b5a221f6a436d8f2238d5b80925004093fa3edea59835b514d9057/setuptools-75.1.0-py3-none-any.whl" ;
@@ -1067,7 +1067,7 @@ function Get-Dependencies {
10671067 function Install-PythonModules () {
10681068 Install-PIPIfNeeded
10691069 Install-PythonModule " packaging" # For building LLVM 18+
1070- Install-PythonModule " distutils " # Required for SWIG support
1070+ Install-PythonModule " setuptools " # Required for SWIG support
10711071 if ($Test -contains " lldb" ) {
10721072 Install-PythonModule " psutil" # Required for testing LLDB
10731073 $env: Path = " $ ( Get-PythonScriptsPath ) ;$env: Path " # For unit.exe
You can’t perform that action at this time.
0 commit comments