update default cycle breakers for winpthreads rename

This commit is contained in:
Christoph Reiter 2025-06-08 10:12:46 +02:00
parent 5c2504702e
commit 5f5d7aafa2

View File

@ -108,8 +108,8 @@ class Config:
"""XXX: These would in theory block rdeps, but no one fixed them, so we ignore them"""
OPTIONAL_DEPS: Dict[str, List[str]] = {
"mingw-w64-headers-git": ["mingw-w64-winpthreads-git", "mingw-w64-tools-git"],
"mingw-w64-crt-git": ["mingw-w64-winpthreads-git"],
"mingw-w64-headers-git": ["mingw-w64-winpthreads", "mingw-w64-tools-git"],
"mingw-w64-crt-git": ["mingw-w64-winpthreads"],
"mingw-w64-llvm": ["mingw-w64-libc++"],
}
"""XXX: In case of cycles we mark these deps as optional"""