diff --git a/meta-python/recipes-devtools/python/python3-gevent/not-final.patch b/meta-python/recipes-devtools/python/python3-gevent/not-final.patch deleted file mode 100644 index 444a195da4..0000000000 --- a/meta-python/recipes-devtools/python/python3-gevent/not-final.patch +++ /dev/null @@ -1,16 +0,0 @@ -gevent fails to build with Cython 3.0.10. As per -https://github.com/gevent/gevent/issues/2031, removing the -cython.final decorator works around this. - -Upstream-Status: Pending -Signed-off-by: Ross Burton - ---- a/src/gevent/_gevent_cqueue.pxd -+++ b/src/gevent/_gevent_cqueue.pxd -@@ -75,7 +75,6 @@ cdef class ItemWaiter(Waiter): - cdef readonly Queue queue - - --@cython.final - cdef class UnboundQueue(Queue): - pass diff --git a/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb b/meta-python/recipes-devtools/python/python3-gevent_24.11.1.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb rename to meta-python/recipes-devtools/python/python3-gevent_24.11.1.bb index 9f96b00953..1a96892fb5 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_24.11.1.bb @@ -13,10 +13,9 @@ RDEPENDS:${PN} = "python3-greenlet \ python3-zopeinterface \ " -SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch \ - file://not-final.patch" +SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch" -SRC_URI[sha256sum] = "432fc76f680acf7cf188c2ee0f5d3ab73b63c1f03114c7cd8a34cebbe5aa2056" +SRC_URI[sha256sum] = "8bd1419114e9e4a3ed33a5bad766afff9a3cf765cb440a582a1b3a9bc80c1aca" inherit pypi python_setuptools_build_meta cython