Control: tags -1 patch
X-Debbugs-Cc: tsu.y...@gmail.com

Please find a patch attached that fixes this issue.

I have forwarded it from the NMU RFS #1057631. Bo YU, please file your patches
so that the maintainer can act on them before asking for NMU sponsoring.
Description: fix ftbfs on python3.12 
Author: Bo YU <tsu.y...@gmail.com>
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055552 
Forwarded: no, no suitable upstream to submit this
Last-Update: 2023-12-06
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/py_nspr_error.c
+++ b/src/py_nspr_error.c
@@ -20,6 +20,8 @@
 #include "secerr.h"
 #include "sslerr.h"
 
+#define HAVE_STDARG_PROTOTYPES 1
+
 typedef struct {
     PyBaseExceptionObject base;
     PyObject *error_desc;

Reply via email to