1From d004e17cd92f660cb386d91e14729a03cab087d4 Mon Sep 17 00:00:00 2001
2From: Adam Duskett <aduskett@gmail.com>
3Date: Sun, 22 May 2022 13:23:27 -0700
4Subject: [PATCH] fix QtCoremod.sip syntax error
5
6Fixes PyQt5/bindings/QtCore/QtCoremod.sip:23: syntax error from the
7python-sip-4 package.
8
9Signed-off-by: Adam Duskett <aduskett@gmail.com>
10---
11 sip/QtCore/QtCoremod.sip | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/sip/QtCore/QtCoremod.sip b/sip/QtCore/QtCoremod.sip
15index b525bc5..1e2b8ba 100644
16--- a/sip/QtCore/QtCoremod.sip
17+++ b/sip/QtCore/QtCoremod.sip
18@@ -20,7 +20,7 @@
19 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20
21
22-%Module(name=PyQt5.QtCore, call_super_init=True, default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", use_limited_api=True, py_ssize_t_clean=True)
23+%Module(name=PyQt5.QtCore, call_super_init=True, default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", use_limited_api=True)
24
25 %Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 Qt_5_9_2 Qt_5_9_3 Qt_5_9_4 Qt_5_9_5 Qt_5_9_6 Qt_5_9_7 Qt_5_9_8 Qt_5_9_9 Qt_5_10_0 Qt_5_10_1 Qt_5_11_0 Qt_5_11_1 Qt_5_11_2 Qt_5_11_3 Qt_5_12_0 Qt_5_12_1 Qt_5_12_2 Qt_5_12_3 Qt_5_12_4 Qt_5_13_0 Qt_5_14_0 Qt_5_15_0}
26
27--
282.36.1
29
30