Skip to content

Commit 40993e3

Browse files
authored
Merge pull request #3151 from T-Dynamos/hotfixc
`pyjnius`: pin cython version
2 parents 04dc2b9 + bd32caf commit 40993e3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

pythonforandroid/recipes/pyjnius/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class PyjniusRecipe(PyProjectRecipe):
1414

1515
patches = [
1616
"use_cython.patch",
17+
"cython_version_pin.patch",
1718
('genericndkbuild_jnienv_getter.patch', will_build('genericndkbuild')),
1819
('sdl3_jnienv_getter.patch', will_build('sdl3')),
1920
]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
--- pyjnius-1.6.1/pyproject.toml 2023-11-05 21:07:43.000000000 +0530
2+
+++ pyjnius-1.6.1.mod/pyproject.toml 2025-05-11 20:31:14.699072764 +0530
3+
@@ -2,5 +2,5 @@
4+
requires = [
5+
"setuptools>=58.0.0",
6+
"wheel",
7+
- "Cython"
8+
+ "Cython==3.0.0"
9+
]

0 commit comments

Comments
 (0)