Skip to content

Commit 9774cec

Browse files
committed
pyjnius: update to 1.7.0
1 parent 54cf321 commit 9774cec

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

pythonforandroid/recipes/pyjnius/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66

77

88
class PyjniusRecipe(PyProjectRecipe):
9-
version = '1.6.1'
9+
version = '1.7.0'
1010
url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
1111
name = 'pyjnius'
1212
depends = [('genericndkbuild', 'sdl2', 'sdl3'), 'six']
1313
site_packages_name = 'jnius'
14-
14+
hostpython_prerequisites = ["Cython<3.2"]
1515
patches = [
1616
"use_cython.patch",
17-
"cython_version_pin.patch",
1817
('genericndkbuild_jnienv_getter.patch', will_build('genericndkbuild')),
1918
('sdl3_jnienv_getter.patch', will_build('sdl3')),
2019
]

pythonforandroid/recipes/pyjnius/cython_version_pin.patch

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)