We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
long
1 parent 04dc2b9 commit 0627767Copy full SHA for 0627767
pythonforandroid/recipes/pyjnius/__init__.py
@@ -9,6 +9,7 @@ class PyjniusRecipe(PyProjectRecipe):
9
version = '1.6.1'
10
url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
11
name = 'pyjnius'
12
+ hostpython_prerequisites = ["Cython>=0.29.33,<3"]
13
depends = [('genericndkbuild', 'sdl2', 'sdl3'), 'six']
14
site_packages_name = 'jnius'
15
0 commit comments