mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-protobuf: strips python/ from upstream patches
This commit is contained in:
parent
be3496653a
commit
d93a95c5bc
1 changed files with 4 additions and 4 deletions
|
@ -5,13 +5,13 @@ Subject: [PATCH] Fix build with Python 3.11
|
||||||
|
|
||||||
The PyFrameObject structure members have been removed from the public C API.
|
The PyFrameObject structure members have been removed from the public C API.
|
||||||
---
|
---
|
||||||
python/google/protobuf/pyext/descriptor.cc | 75 ++++++++++++++++++----
|
google/protobuf/pyext/descriptor.cc | 75 ++++++++++++++++++----
|
||||||
1 file changed, 62 insertions(+), 13 deletions(-)
|
1 file changed, 62 insertions(+), 13 deletions(-)
|
||||||
|
|
||||||
diff --git a/python/google/protobuf/pyext/descriptor.cc b/python/google/protobuf/pyext/descriptor.cc
|
diff --git a/google/protobuf/pyext/descriptor.cc b/google/protobuf/pyext/descriptor.cc
|
||||||
index fc83acf01a..fc97b0fa6c 100644
|
index fc83acf01a..fc97b0fa6c 100644
|
||||||
--- a/python/google/protobuf/pyext/descriptor.cc
|
--- a/google/protobuf/pyext/descriptor.cc
|
||||||
+++ b/python/google/protobuf/pyext/descriptor.cc
|
+++ b/google/protobuf/pyext/descriptor.cc
|
||||||
@@ -58,6 +58,37 @@
|
@@ -58,6 +58,37 @@
|
||||||
: 0) \
|
: 0) \
|
||||||
: PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
: PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue