Add opencv.i686 to devel

This commit is contained in:
Andrew Lukoshko 2023-11-19 19:21:59 +01:00
parent 8accaf8290
commit 27bd8539f0
1 changed files with 7 additions and 0 deletions

View File

@ -163,5 +163,12 @@ additional_packages = [
"xfsprogs.i686",
]
}
),
(
'^devel$', {
'*': [
"opencv.i686",
]
}
)
]