diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-12-28 17:33:42 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-12-28 17:33:42 +0100 |
commit | f2b702ffebf729f632c9fe8dadd8fa06660832d7 (patch) | |
tree | aa22a785a863d87a3d96d3c1a085de79fd0b138f /redhat/libraries/python-trinity/python-trinity-14.0.0-python_tqt.patch | |
parent | 43ed3b6077952745b04a8c749726871f7cd76142 (diff) | |
download | tde-packaging-f2b702ffebf729f632c9fe8dadd8fa06660832d7.tar.gz tde-packaging-f2b702ffebf729f632c9fe8dadd8fa06660832d7.zip |
RPM Packaging: update python stuff
Diffstat (limited to 'redhat/libraries/python-trinity/python-trinity-14.0.0-python_tqt.patch')
-rw-r--r-- | redhat/libraries/python-trinity/python-trinity-14.0.0-python_tqt.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/libraries/python-trinity/python-trinity-14.0.0-python_tqt.patch b/redhat/libraries/python-trinity/python-trinity-14.0.0-python_tqt.patch new file mode 100644 index 000000000..361a00a35 --- /dev/null +++ b/redhat/libraries/python-trinity/python-trinity-14.0.0-python_tqt.patch @@ -0,0 +1,11 @@ +--- python-trinity/configure.py.ORI2 2013-12-28 17:02:32.849146767 +0100 ++++ python-trinity/configure.py 2013-12-28 17:02:44.143068602 +0100 +@@ -37,7 +37,7 @@ + sys.exit (-1) + + try: +- import pyqtconfig ++ from python_tqt import pyqtconfig + except: + sipconfig.error ("Can't find pyqtconfig.py in sys.path - exiting") + |