diff --git a/ci/constants.py b/ci/constants.py index 7e60e19d6f..27e9d31a1e 100644 --- a/ci/constants.py +++ b/ci/constants.py @@ -56,6 +56,7 @@ class TargetPython(Enum): 'websocket-client', 'zeroconf', 'zope', + 'matplotlib', # https://github.com/kivy/python-for-android/issues/1900 ]) BROKEN_RECIPES_PYTHON3 = set([ 'brokenrecipe', @@ -77,6 +78,7 @@ class TargetPython(Enum): # mpmath package with a version >= 0.19 required 'sympy', 'vlc', + 'matplotlib', # https://github.com/kivy/python-for-android/issues/1900 ]) BROKEN_RECIPES = {