~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Alexander Belchenko
  • Date: 2007-07-03 17:12:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2582.
  • Revision ID: bialix@ukr.net-20070703171217-8vypfjd2uso3air0
Build pyrex/C extensions for bzr.exe

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
        import warnings
227
227
        warnings.warn('Unknown Python version.\n'
228
228
                      'Please check setup.py script for compatibility.')
 
229
    # email package from std python library use lazy import,
 
230
    # so we need to explicitly add all package
 
231
    additional_packages.append('email')
229
232
 
230
233
    options_list = {"py2exe": {"packages": BZRLIB['packages'] +
231
234
                                           additional_packages,