Merge lp:~mikemc/ubuntuone-windows-installer/fix-import-sso-constants into lp:ubuntuone-windows-installer

Proposed by Mike McCracken
Status: Merged
Approved by: Mike McCracken
Approved revision: 149
Merged at revision: 151
Proposed branch: lp:~mikemc/ubuntuone-windows-installer/fix-import-sso-constants
Merge into: lp:ubuntuone-windows-installer
Prerequisite: lp:~mikemc/ubuntuone-windows-installer/space-and-version-bump
Diff against target: 15 lines (+4/-1)
1 file modified
scripts/setup-mac.py (+4/-1)
To merge this branch: bzr merge lp:~mikemc/ubuntuone-windows-installer/fix-import-sso-constants
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
Review via email: mp+135283@code.launchpad.net

Commit message

- explicitly add ubuntu_sso.constants to py2app calls so it gets picked up.

Description of the change

- explicitly add ubuntu_sso.constants to py2app calls so it gets picked up.

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) :
review: Approve
Revision history for this message
Ubuntu One Auto Pilot (otto-pilot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'scripts/setup-mac.py'
--- scripts/setup-mac.py 2012-11-21 00:09:31 +0000
+++ scripts/setup-mac.py 2012-11-21 00:09:31 +0000
@@ -519,7 +519,10 @@
519 'sip',519 'sip',
520 'twisted.web.resource',520 'twisted.web.resource',
521 'twisted.web.client',521 'twisted.web.client',
522 'oauth'522 'oauth',
523 # workaround for indirect import in
524 # utils/__init__.py:
525 'ubuntu_sso.constants'
523 ],526 ],
524 "packages": ["configglue"],527 "packages": ["configglue"],
525 "excludes": ["fsm", "PyQt4.uic"],528 "excludes": ["fsm", "PyQt4.uic"],

Subscribers

People subscribed via source and target branches