diff options
Diffstat (limited to 'astro/py-sunpy/files/patch-sunpy_io_src_ana___pyana.c')
-rw-r--r-- | astro/py-sunpy/files/patch-sunpy_io_src_ana___pyana.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/astro/py-sunpy/files/patch-sunpy_io_src_ana___pyana.c b/astro/py-sunpy/files/patch-sunpy_io_src_ana___pyana.c deleted file mode 100644 index d8846690c0ef..000000000000 --- a/astro/py-sunpy/files/patch-sunpy_io_src_ana___pyana.c +++ /dev/null @@ -1,14 +0,0 @@ ---- sunpy/io/src/ana/_pyana.c.orig 2025-07-01 07:29:54 UTC -+++ sunpy/io/src/ana/_pyana.c -@@ -6,11 +6,6 @@ a cleaned up version of the original anarw routines. - a cleaned up version of the original anarw routines. - */ - --// Needed due to https://github.com/numpy/numpy/issues/16970 --struct _typeobject { -- int foo; --}; -- - #include <Python.h> // For python extension - #define NPY_NO_DEPRECATED_API NPY_2_0_API_VERSION - #include <numpy/arrayobject.h> // For numpy |