python3-kivy: Fix build with cython 3.1

Backport needed patch from upstream top of tree branch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2025-05-18 10:14:57 -07:00
parent d5bec49b73
commit bf17b7294f
2 changed files with 64 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ inherit setuptools3 pkgconfig features_check cython
# Also, if using SDL2 as backend, SDL2 needs to be configured with gles
SRC_URI = "git://github.com/kivy/kivy.git;protocol=https;branch=stable \
file://0001-add-support-for-glesv2.patch \
file://0001-Remove-old-Python-2-long-from-Cython-files-fixes-bui.patch \
"
SRCREV = "20d74dcd30f143abbd1aa94c76bafc5bd934d5bd"