~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: John Arbash Meinel
  • Date: 2011-05-25 12:12:19 UTC
  • mto: (5050.73.5 2.2)
  • mto: This revision was merged to the branch mainline in revision 5980.
  • Revision ID: john@arbash-meinel.com-20110525121219-xlim12m2ayqflpl2
Make sure the 'python-fastimport' package gets bundled with the py2exe code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
468
468
    packages.append('sqlite3')
469
469
 
470
470
 
 
471
def get_fastimport_py2exe_info(includes, excludes, packages):
 
472
    # This is the python-fastimport package, not to be confused with the
 
473
    # bzr-fastimport plugin.
 
474
    packages.append('fastimport')
 
475
 
 
476
 
471
477
if 'bdist_wininst' in sys.argv:
472
478
    def find_docs():
473
479
        docs = []
660
666
    if 'svn' in plugins:
661
667
        get_svn_py2exe_info(includes, excludes, packages)
662
668
 
 
669
    if 'fastimport' in plugins:
 
670
        get_fastimport_py2exe_info(includes, excludes, packages)
 
671
 
663
672
    if "TBZR" in os.environ:
664
673
        # TORTOISE_OVERLAYS_MSI_WIN32 must be set to the location of the
665
674
        # TortoiseOverlays MSI installer file. It is in the TSVN svn repo and