Rev 5121: (igc) Fix py2exe packaging of sqlite3 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Mon Mar 29 09:06:17 BST 2010


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 5121 [merge]
revision-id: pqm at pqm.ubuntu.com-20100329080616-84azimjwafaukcey
parent: pqm at pqm.ubuntu.com-20100329063723-tbei64isc40zz7v8
parent: ian.clatworthy at canonical.com-20100329073337-70vl13o0ph41or0g
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2010-03-29 09:06:16 +0100
message:
  (igc) Fix py2exe packaging of sqlite3
modified:
  setup.py                       setup.py-20050314065409-02f8a0a6e3f9bc70
=== modified file 'setup.py'
--- a/setup.py	2010-03-25 07:30:30 +0000
+++ b/setup.py	2010-03-26 07:58:58 +0000
@@ -470,6 +470,7 @@
 
 def get_svn_py2exe_info(includes, excludes, packages):
     packages.append('subvertpy')
+    packages.append('sqlite3')
 
 
 if 'bdist_wininst' in sys.argv:




More information about the bazaar-commits mailing list