From b5746b717fce5db0af04f5bb80dbed9e7caccb8d Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 16 Nov 2024 15:17:44 +0800 Subject: [PATCH] msys2: fix another python3.12 path --- msys2/PKGBUILD.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msys2/PKGBUILD.common b/msys2/PKGBUILD.common index f9ac6c3..07d829f 100644 --- a/msys2/PKGBUILD.common +++ b/msys2/PKGBUILD.common @@ -15,7 +15,7 @@ build() { # setuptools creates this file if it doesn't already exist, which causes conflicts between pacman packages # see: https://corte.si/posts/code/setuptoolssucks/ - rm -f clang64/lib/python3.11/site-packages/easy-install.pth + rm -f clang64/lib/python3.12/site-packages/easy-install.pth # patch broken shebangs (Z:/nix/store/...) for entrypoint in clang64/bin/*-script.py; do [ -f "$entrypoint" ] || continue