Skip to content

Commit

Permalink
Pins pyjnius==1.1.2
Browse files Browse the repository at this point in the history
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 kivy#1414, kivy#1416, kivy#1417
  • Loading branch information
AndreMiras committed Oct 22, 2018
1 parent 73a6ae8 commit 00c87b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/pyjnius/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class PyjniusRecipe(CythonRecipe):
version = 'master'
version = '1.1.2'
url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
name = 'pyjnius'
depends = [('python2', 'python3crystax'), ('genericndkbuild', 'sdl2', 'sdl'), 'six']
Expand Down

0 comments on commit 00c87b1

Please sign in to comment.