From 55ef311daf9747f66cb89a1033fa22053cdcae4d Mon Sep 17 00:00:00 2001 From: Koustava Medya Date: Sat, 16 Aug 2025 06:53:56 +0530 Subject: [PATCH] update: replace 'cython' to 'cython~=3.1.2' @pythonforandroid/recipes/pyjnius/cython_version_pin.patch because STDOUT: patching file pyproject.toml Hunk #1 FAILED at 2. 1 out of 1 hunk FAILED -- saving rejects to file pyproject.toml.rej STDERR: --- pythonforandroid/recipes/pyjnius/cython_version_pin.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/pyjnius/cython_version_pin.patch b/pythonforandroid/recipes/pyjnius/cython_version_pin.patch index 3d5cea235..ca780c873 100644 --- a/pythonforandroid/recipes/pyjnius/cython_version_pin.patch +++ b/pythonforandroid/recipes/pyjnius/cython_version_pin.patch @@ -4,6 +4,6 @@ requires = [ "setuptools>=58.0.0", "wheel", -- "Cython" +- "Cython~=3.1.2" + "Cython==3.0.0" ]