Skip to content

Commit 2c231ce

Browse files
committed
Pins pyjnius==1.1.2
Fixes patch failing with: ``` patching file setup.py Hunk #1 FAILED at 53. 1 out of 1 hunk FAILED -- saving rejects to file setup.py.rej ``` refs #1414, #1416, #1417
1 parent 73a6ae8 commit 2c231ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pyjnius/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class PyjniusRecipe(CythonRecipe):
9-
version = 'master'
9+
version = '1.1.2'
1010
url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
1111
name = 'pyjnius'
1212
depends = [('python2', 'python3crystax'), ('genericndkbuild', 'sdl2', 'sdl'), 'six']

0 commit comments

Comments
 (0)