Rev 4931: (jam) Small setup.py fix for newer pyqt. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Mon Jan 4 19:14:53 GMT 2010
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 4931 [merge]
revision-id: pqm at pqm.ubuntu.com-20100104191452-z3u6d1ce9dhyna6d
parent: pqm at pqm.ubuntu.com-20100104175649-lb0fpgzbuyu91ltv
parent: john at arbash-meinel.com-20091230230923-a9gilnzcy4bil3tj
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2010-01-04 19:14:52 +0000
message:
(jam) Small setup.py fix for newer pyqt.
modified:
setup.py setup.py-20050314065409-02f8a0a6e3f9bc70
=== modified file 'setup.py'
--- a/setup.py 2009-11-02 21:51:25 +0000
+++ b/setup.py 2009-12-30 23:09:23 +0000
@@ -401,6 +401,7 @@
# PyQt4 itself still escapes the plugin detection code for some reason...
packages.append('PyQt4')
excludes.append('PyQt4.elementtree.ElementTree')
+ excludes.append('PyQt4.uic.port_v3')
includes.append('sip') # extension module required for Qt.
packages.append('pygments') # colorizer for qbzr
packages.append('docutils') # html formatting
More information about the bazaar-commits
mailing list