meta-openembedded/meta-python/recipes-devtools/python/python3-gevent
Ross Burton 6b9167400b
python3-gevent: fix build with Cython 3.0.10
Cython 3.0.10 generates code which causes compiler errors:

src/gevent/queue.c:11894:114: error: passing argument 4 of '__pyx_vtabptr_6gevent_14_gevent_cqueue_UnboundQueue->__pyx_base.put' from incompatible pointer type [-Wincompatible-pointer-types]

>From discussion upstream, removing the final decorator works around this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-07 09:12:00 -07:00
..
0001-_setuputils.py-Do-not-add-sys_inc_dir.patch python3-gevent: upgrade 23.9.1 -> 24.2.1 2024-02-19 23:22:22 -08:00
not-final.patch python3-gevent: fix build with Cython 3.0.10 2024-06-07 09:12:00 -07:00