Marcel Telka
2024-04-05 a885899322f8424d6d708e5c3143b6c43488446d
components/python/Cython/patches/02-test_int_pow.patch
@@ -1,7 +1,7 @@
https://www.illumos.org/issues/15015
--- Cython-3.0.9/tests/run/complex_numbers_T305.pyx.orig
+++ Cython-3.0.9/tests/run/complex_numbers_T305.pyx
--- Cython-3.0.10/tests/run/complex_numbers_T305.pyx.orig
+++ Cython-3.0.10/tests/run/complex_numbers_T305.pyx
@@ -93,8 +93,6 @@
     """
     >>> [test_int_pow(complex(0, 1), k, 1e-15) for k in range(-4, 5)]