diff options
Diffstat (limited to 'libraries/wxPython4/cython.patch')
-rw-r--r-- | libraries/wxPython4/cython.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libraries/wxPython4/cython.patch b/libraries/wxPython4/cython.patch deleted file mode 100644 index 3e1a2a0377..0000000000 --- a/libraries/wxPython4/cython.patch +++ /dev/null @@ -1,16 +0,0 @@ -Fix compatibility with Cython 3.0.0 -Remove unused import which seems to be removed in Cython 3. -https://github.com/wxWidgets/Phoenix/issues/2439 -https://github.com/wxWidgets/Phoenix/pull/2441 -https://github.com/wxWidgets/Phoenix/issues/2514 -https://github.com/wxWidgets/Phoenix/commit/aeb557d01e7cd37176ebbf0f1ae6d0b53c115378 ---- wx/svg/_nanosvg.pyx.orig -+++ wx/svg/_nanosvg.pyx -@@ -42,7 +42,6 @@ for manipulating the SVG shape info in memory. - - import sys - --cimport cython.object - from cpython.buffer cimport ( - Py_buffer, PyObject_CheckBuffer, PyObject_GetBuffer, PyBUF_SIMPLE, - PyBuffer_Release) |