aboutsummaryrefslogtreecommitdiff
path: root/dns/py-pydnstable/files/patch-dnstable.pxi
diff options
context:
space:
mode:
Diffstat (limited to 'dns/py-pydnstable/files/patch-dnstable.pxi')
-rw-r--r--dns/py-pydnstable/files/patch-dnstable.pxi10
1 files changed, 10 insertions, 0 deletions
diff --git a/dns/py-pydnstable/files/patch-dnstable.pxi b/dns/py-pydnstable/files/patch-dnstable.pxi
new file mode 100644
index 000000000000..2090c49e57ab
--- /dev/null
+++ b/dns/py-pydnstable/files/patch-dnstable.pxi
@@ -0,0 +1,10 @@
+--- dnstable.pxi.orig 2024-03-06 19:53:36 UTC
++++ dnstable.pxi
+@@ -16,7 +16,6 @@ from libcpp cimport bool
+
+ cimport cython
+ from libcpp cimport bool
+-from cpython.string cimport *
+ from libc.stddef cimport *
+ from libc.stdint cimport *
+ from libc.stdlib cimport *