Files
integ/python/python-nss/debian/trixie/patches/fix-ftbfs-python3-12.patch
Abhinav Ayyapasetti 6b6c5342bb Update Trixie packaging for following packages
This change brings updates from the 'f/trixie' branch into 'master' to
ensure consistent functionality and packaging structure across both
branches.

Following packages are updated in trixie version to fix build failure
  openssl
  python-nss
  watchdog

Test Plan:
PASS  master trixie build

Story: 2011360
Task: 53216

Change-Id: Ib8a7f309363af9343e3b961a89b7a4d0ff7e0391
Signed-off-by: Abhinav Ayyapasetti <ayyapasetti.abhinav@windriver.com>
2025-12-02 00:13:47 -05:00

19 lines
510 B
Diff

Description: fix ftbfs on python3.12
Author: Bo YU <tsu.yubo@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;