~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Vincent Ladeuil
  • Date: 2011-06-16 18:34:26 UTC
  • mfrom: (5609.46.3 2.3.4-dev)
  • mto: This revision was merged to the branch mainline in revision 5980.
  • Revision ID: v.ladeuil+lp@free.fr-20110616183426-oj818x56zm7yzvb8
Merge 2.3 into trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
478
478
    packages.append('sqlite3')
479
479
 
480
480
 
 
481
def get_fastimport_py2exe_info(includes, excludes, packages):
 
482
    # This is the python-fastimport package, not to be confused with the
 
483
    # bzr-fastimport plugin.
 
484
    packages.append('fastimport')
 
485
 
 
486
 
481
487
if 'bdist_wininst' in sys.argv:
482
488
    def find_docs():
483
489
        docs = []
670
676
    if 'svn' in plugins:
671
677
        get_svn_py2exe_info(includes, excludes, packages)
672
678
 
 
679
    if 'fastimport' in plugins:
 
680
        get_fastimport_py2exe_info(includes, excludes, packages)
 
681
 
673
682
    if "TBZR" in os.environ:
674
683
        # TORTOISE_OVERLAYS_MSI_WIN32 must be set to the location of the
675
684
        # TortoiseOverlays MSI installer file. It is in the TSVN svn repo and