summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/pykde4/files/pykde4-4.6.3-python-3.2.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/kde-base/pykde4/files/pykde4-4.6.3-python-3.2.patch b/kde-base/pykde4/files/pykde4-4.6.3-python-3.2.patch
deleted file mode 100644
index 62abdf0a1ba..00000000000
--- a/kde-base/pykde4/files/pykde4-4.6.3-python-3.2.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- python/pykde4/sip/kio/kfileitem.sip
-+++ python/pykde4/sip/kio/kfileitem.sip
-@@ -236,7 +236,13 @@
-
- len = sipCpp->count();
-
-- if (PySlice_GetIndicesEx((PySliceObject *)a0, len, &start, &stop, &step, &slicelength) < 0)
-+ if (PySlice_GetIndicesEx(
-+#if PY_VERSION_HEX >= 0x03020000
-+ a0,
-+#else
-+ (PySliceObject *)a0,
-+#endif
-+ len, &start, &stop, &step, &slicelength) < 0)
- sipIsErr = 1;
- else
- {