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 = @{
350
350
SHA256 = " 026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002" ;
351
351
};
352
352
};
353
- " distutils " = @ {
353
+ " setuptools " = @ {
354
354
Wheel = @ {
355
355
File = " setuptools-75.1.0-py3-none-any.whl" ;
356
356
URL = " https://files.pythonhosted.org/packages/ff/ae/f19306b5a221f6a436d8f2238d5b80925004093fa3edea59835b514d9057/setuptools-75.1.0-py3-none-any.whl" ;
@@ -1067,7 +1067,7 @@ function Get-Dependencies {
1067
1067
function Install-PythonModules () {
1068
1068
Install-PIPIfNeeded
1069
1069
Install-PythonModule " packaging" # For building LLVM 18+
1070
- Install-PythonModule " distutils " # Required for SWIG support
1070
+ Install-PythonModule " setuptools " # Required for SWIG support
1071
1071
if ($Test -contains " lldb" ) {
1072
1072
Install-PythonModule " psutil" # Required for testing LLDB
1073
1073
$env: Path = " $ ( Get-PythonScriptsPath ) ;$env: Path " # For unit.exe
You can’t perform that action at this time.
0 commit comments