From 2c231ce7b800c1546208de35daac4034de23ecd7 Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Mon, 22 Oct 2018 21:41:17 +0200 Subject: [PATCH] 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 --- pythonforandroid/recipes/pyjnius/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/pyjnius/__init__.py b/pythonforandroid/recipes/pyjnius/__init__.py index 81fc323d7d..0e6d015778 100644 --- a/pythonforandroid/recipes/pyjnius/__init__.py +++ b/pythonforandroid/recipes/pyjnius/__init__.py @@ -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']