Skip to content

Commit d63adf2

Browse files
committed
Added matplotlib to broken recipes list
#1900 logs failure
1 parent 456b6a8 commit d63adf2

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
@@ -56,6 +56,7 @@ class TargetPython(Enum):
5656
'websocket-client',
5757
'zeroconf',
5858
'zope',
59+
'matplotlib', # https://github.com/kivy/python-for-android/issues/1900
5960
])
6061
BROKEN_RECIPES_PYTHON3 = set([
6162
'brokenrecipe',
@@ -77,6 +78,7 @@ class TargetPython(Enum):
7778
# mpmath package with a version >= 0.19 required
7879
'sympy',
7980
'vlc',
81+
'matplotlib', # https://github.com/kivy/python-for-android/issues/1900
8082
])
8183

8284
BROKEN_RECIPES = {

0 commit comments

Comments
 (0)