~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Alexander Belchenko
  • Date: 2012-02-29 12:35:23 UTC
  • mto: (6437.23.21 2.5)
  • mto: This revision was merged to the branch mainline in revision 6493.
  • Revision ID: bialix@ukr.net-20120229123523-giercg9s8ck7ufg1
Standalone bzr.exe includes QtTest library from PyQt4 framework that required for QBzr tests. (Alexander Belchenko, #928963)

Show diffs side-by-side

added added

removed removed

Lines of Context:
431
431
    # PyQt4 itself still escapes the plugin detection code for some reason...
432
432
    includes.append('PyQt4.QtCore')
433
433
    includes.append('PyQt4.QtGui')
 
434
    includes.append('PyQt4.QtTest')
434
435
    includes.append('sip') # extension module required for Qt.
435
436
    packages.append('pygments') # colorizer for qbzr
436
437
    packages.append('docutils') # html formatting