forked from pool/python-hunter
- Switch to pyproject macros.
- Actually run the testsuite. - No more greedy globs in %files. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hunter?expand=0&rev=12
This commit is contained in:
12
support-python-313.patch
Normal file
12
support-python-313.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: hunter-3.7.0/tests/eviltracer.pxd
|
||||
===================================================================
|
||||
--- hunter-3.7.0.orig/tests/eviltracer.pxd
|
||||
+++ hunter-3.7.0/tests/eviltracer.pxd
|
||||
@@ -5,6 +5,7 @@ cimport cython
|
||||
cdef extern from "vendor/_compat.h":
|
||||
"""
|
||||
#if PY_VERSION_HEX >= 0x030B00A7
|
||||
+ #define Py_BUILD_CORE
|
||||
#include "internal/pycore_frame.h"
|
||||
#endif
|
||||
"""
|
||||
Reference in New Issue
Block a user