Summary: | PyKDE doesn't build with PyQt 4.9.5 | ||
---|---|---|---|
Product: | [Unmaintained] bindings | Reporter: | Andrea Scarpino <scarpino> |
Component: | general | Assignee: | kde-bindings |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | Arfrever.FTA, johu, rdieter, stupor_scurvy343 |
Priority: | NOR | ||
Version: | 4.9 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | 03c76bc44e8b789b776b27297afa5751cfc52ee5 | Version Fixed In: | 4.9.3 |
Sentry Crash Report: | |||
Attachments: | Fix for PyKDE |
Description
Andrea Scarpino
2012-10-01 16:29:37 UTC
Created attachment 74273 [details]
Fix for PyKDE
This patch for PyKDE deletes a mapped type, which is now available in PyQt >=4.9.5.
See also, thread started here: http://www.riverbankcomputing.com/pipermail/pyqt/2012-October/031981.html already commited 017822bd0dfc83fe9a7a483ecc33f4aab839a3c6 on pykde4 master branch. It was not backported to 4.9 since it would increase the minimal build requirements for sip/pyqt in a minor point release. (feel free to reopen if you or anyone can come up with a way to make the code removable conditional on using the newer sip/pyqt or not) Oh, latest posts in that ml thread I mentioned seems to have some ideas on conditionlizing it after all, reopening. |