diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-12-28 20:29:52 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-12-28 20:29:52 +0100 |
commit | 4a3e6e0caf179b6ba22f5fb76a6208f3e84ceade (patch) | |
tree | cac0d48146738d2991bbeadbd50ecd956bdb31ff /redhat/libraries/python-trinity/python-trinity-14.0.0-sip4_tqt.patch | |
parent | 173aeaded0e4e6ca4dee09ed401e3c483fd2ff7d (diff) | |
parent | c55ee4f291ee28be12e57a83d59b050f3952258b (diff) | |
download | tde-packaging-4a3e6e0caf179b6ba22f5fb76a6208f3e84ceade.tar.gz tde-packaging-4a3e6e0caf179b6ba22f5fb76a6208f3e84ceade.zip |
RPM Packaging: updates for R14
Diffstat (limited to 'redhat/libraries/python-trinity/python-trinity-14.0.0-sip4_tqt.patch')
-rw-r--r-- | redhat/libraries/python-trinity/python-trinity-14.0.0-sip4_tqt.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/redhat/libraries/python-trinity/python-trinity-14.0.0-sip4_tqt.patch b/redhat/libraries/python-trinity/python-trinity-14.0.0-sip4_tqt.patch new file mode 100644 index 000000000..e73fbdff0 --- /dev/null +++ b/redhat/libraries/python-trinity/python-trinity-14.0.0-sip4_tqt.patch @@ -0,0 +1,23 @@ +--- python-trinity/configure.py.ORI 2013-12-28 15:55:54.269299304 +0100 ++++ python-trinity/configure.py 2013-12-28 15:56:05.611221484 +0100 +@@ -30,7 +30,7 @@ + import py_compile + + try: +- import sipconfig ++ from sip4_tqt import sipconfig + except: + print ("Can't find sipconfig.py (expected in sys.path)") + print ("Have you built the correct version of sip?") +--- python-trinity/pytdeconfig.py.in.ORI 2013-12-28 15:57:53.618481027 +0100 ++++ python-trinity/pytdeconfig.py.in 2013-12-28 15:58:05.467399833 +0100 +@@ -22,7 +22,8 @@ + # modules that %Import PyKDE modules. + + +-import sipconfig, pyqtconfig ++from sip4_tqt import sipconfig ++import pyqtconfig + + + # These are installation specific values created when PyTQt was configured. |