summaryrefslogtreecommitdiffstats
path: root/redhat/dependencies/python-tqt
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-01-24 20:50:56 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2014-01-24 20:50:56 +0100
commitf1a07f9bc2d63e7760411e23f588c78bf4449aa7 (patch)
treee9dadd194ec0331fea6c67083649b0b30f24fb43 /redhat/dependencies/python-tqt
parentd27118499ec63eb6a9c68374b38ab11fe9c7f5f4 (diff)
downloadtde-packaging-f1a07f9bc2d63e7760411e23f588c78bf4449aa7.tar.gz
tde-packaging-f1a07f9bc2d63e7760411e23f588c78bf4449aa7.zip
RPM Packaging: update R14 packages
Diffstat (limited to 'redhat/dependencies/python-tqt')
-rw-r--r--redhat/dependencies/python-tqt/python-tqt-14.0.0-sip4_tqt.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/redhat/dependencies/python-tqt/python-tqt-14.0.0-sip4_tqt.patch b/redhat/dependencies/python-tqt/python-tqt-14.0.0-sip4_tqt.patch
deleted file mode 100644
index 5eed97eba..000000000
--- a/redhat/dependencies/python-tqt/python-tqt-14.0.0-sip4_tqt.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- python-tqt/pyqtconfig.py.in.ORI 2013-12-28 15:49:34.901906208 +0100
-+++ python-tqt/pyqtconfig.py.in 2013-12-28 15:49:42.849851496 +0100
-@@ -21,7 +21,7 @@
- # modules that %Import PyTQt modules.
-
-
--import sipconfig
-+from sip4_tqt import sipconfig
-
-
- # These are installation specific values created when PyTQt was configured.
---- python-tqt/build.py.ORI 2013-12-28 15:52:10.923832969 +0100
-+++ python-tqt/build.py 2013-12-28 15:52:18.638779926 +0100
-@@ -35,7 +35,7 @@
-
- # Get the SIP configuration.
- try:
-- import sipconfig
-+ from sip4_tqt import sipconfig
- except:
- print "Unable to import the sipconfig module. Please make sure you have"
- print "SIP v3.9 or later installed."
---- python-tqt/configure.py.ORI 2013-12-28 15:52:31.294692944 +0100
-+++ python-tqt/configure.py 2013-12-28 15:52:37.494650327 +0100
-@@ -28,7 +28,7 @@
- import shutil
- import py_compile
-
--import sipconfig
-+from sip4_tqt import sipconfig
-
- src_dir = os.path.dirname(os.path.abspath(__file__))
-