Skip to content

Commit 5425fd3

Browse files
sync package name
1 parent 051e9e0 commit 5425fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)