We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869c74b commit 5da0c8cCopy full SHA for 5da0c8c
1 file changed
pythonforandroid/recipes/kivy/__init__.py
@@ -43,7 +43,7 @@ class KivyRecipe(PyProjectRecipe):
43
patches = [
44
("sdl-gl-swapwindow-nogil.patch", is_kivy_affected_by_deadlock_issue),
45
("use_cython.patch", is_kivy_less_than_3),
46
- "no-ast-str.patch"
+ ("no-ast-str.patch", is_kivy_less_than_3),
47
]
48
49
@property
0 commit comments