Skip to content

Commit 0627767

Browse files
committed
pyjnius recipe: require old enough Cython to have long type
1 parent 04dc2b9 commit 0627767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipes/pyjnius/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class PyjniusRecipe(PyProjectRecipe):
99
version = '1.6.1'
1010
url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
1111
name = 'pyjnius'
12+
hostpython_prerequisites = ["Cython>=0.29.33,<3"]
1213
depends = [('genericndkbuild', 'sdl2', 'sdl3'), 'six']
1314
site_packages_name = 'jnius'
1415

0 commit comments

Comments
 (0)