Skip to content

Commit 51cc683

Browse files
committed
CI: mark opencv as broken
1 parent f7fe915 commit 51cc683

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ class TargetPython(Enum):
3636
'lxml',
3737
# The headers or library files could not be found for zlib
3838
'Pillow',
39+
# OpenCV requires Android SDK Tools revision 14 or newer
40+
'opencv',
3941
])
4042

4143
BROKEN_RECIPES = {

0 commit comments

Comments
 (0)