ignore qt-static rdeps
This commit is contained in:
parent
41742850ce
commit
aea50264e2
@ -73,6 +73,8 @@ class Config:
|
|||||||
|
|
||||||
IGNORE_RDEP_PACKAGES: List[str] = [
|
IGNORE_RDEP_PACKAGES: List[str] = [
|
||||||
"mingw-w64-mlpack",
|
"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"""
|
"""XXX: These would in theory block rdeps, but no one fixed them, so we ignore them"""
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user