ignore qt-static rdeps

This commit is contained in:
Christoph Reiter 2021-10-14 18:44:51 +02:00 committed by GitHub
parent 41742850ce
commit aea50264e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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