Control: tags -1 +patch

I could not find a package which provides that library in Qt5 on
Debian. But the `python3-sip` package works fine, so this patch fixes
the problem for me:

--- /usr/lib/python3/dist-packages/raphodo/rapid.py.orig        2018-10-19 
20:22:56.591311620 -0400
+++ /usr/lib/python3/dist-packages/raphodo/rapid.py     2018-10-19 
20:23:10.303532134 -0400
@@ -89,7 +89,7 @@
 )
 from PyQt5.QtNetwork import QLocalSocket, QLocalServer
 
-if LooseVersion(QtCore.PYQT_VERSION_STR) >= LooseVersion('5.11'):
+if LooseVersion(QtCore.PYQT_VERSION_STR) >= LooseVersion('5.11') and False:
     from PyQt5 import sip
 else:
     import sip

Not ideal, obviously. We need to figure out wth is going on here.

A>

-- 
People arbitrarily, or as a matter of taste, assigning numerical values
to non-numerical things. And then they pretend that they haven't just
made the numbers up, which they have. Economics is like astrology in
that sense, except that economics serves to justify the current power
structure, and so it has a lot of fervent believers among the powerful.
                        - Kim Stanley Robinson, Red Mars

Reply via email to