From 7a602ab227d110d83da619632b3f63fa7fc950d7 Mon Sep 17 00:00:00 2001 From: Goran Jelic-Cizmek Date: Tue, 26 Nov 2024 14:29:12 +0100 Subject: [PATCH] Fix Windows CI For some reason, the (virtual) package mingw-w64-x86_64-python3-setuptools doesn't exist anymore (https://packages.msys2.org/packages/mingw-w64-x86_64-python3-setuptools is empty), but mingw-w64-x86_64-python3-setuptools does exist (and was earlier providing the actual package for the former). --- ci/win_install_deps.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/win_install_deps.cmd b/ci/win_install_deps.cmd index f41e6b00ea..c12f32cdef 100644 --- a/ci/win_install_deps.cmd +++ b/ci/win_install_deps.cmd @@ -64,7 +64,7 @@ mingw-w64-x86_64-ninja ^ mingw-w64-x86_64-ncurses ^ mingw-w64-x86_64-readline ^ mingw-w64-x86_64-python3 ^ -mingw-w64-x86_64-python3-setuptools ^ +mingw-w64-x86_64-python-setuptools ^ mingw-w64-x86_64-python3-packaging ^ mingw-w64-x86_64-python3-pip ^ mingw64/mingw-w64-x86_64-dlfcn ^