ignore rdeps: mingw-w64-zig

This commit is contained in:
Christoph Reiter 2021-10-17 20:12:52 +02:00 committed by GitHub
parent aea50264e2
commit 4cc7035246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,8 @@ class Config:
IGNORE_RDEP_PACKAGES: List[str] = [
"mingw-w64-mlpack",
'mingw-w64-qt5-static',
'mingw-w64-qt6-static'
'mingw-w64-qt6-static',
'mingw-w64-zig',
]
"""XXX: These would in theory block rdeps, but no one fixed them, so we ignore them"""