Merge lp:~mikemc/ubuntuone-windows-installer/include-all-the-oauthlib into lp:ubuntuone-windows-installer

Proposed by Mike McCracken
Status: Merged
Approved by: dobey
Approved revision: 166
Merged at revision: 165
Proposed branch: lp:~mikemc/ubuntuone-windows-installer/include-all-the-oauthlib
Merge into: lp:ubuntuone-windows-installer
Diff against target: 16 lines (+5/-1)
1 file modified
scripts/setup-mac.py (+5/-1)
To merge this branch: bzr merge lp:~mikemc/ubuntuone-windows-installer/include-all-the-oauthlib
Reviewer Review Type Date Requested Status
dobey (community) Approve
Review via email: mp+153255@code.launchpad.net

Commit message

- Add all used oauthlib subpackages explicitly to work around py2app not understanding them.

Description of the change

- Add all used oauthlib subpackages explicitly to work around py2app not understanding them.

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve

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 2013-01-07 15:59:31 +0000
+++ scripts/setup-mac.py 2013-03-13 22:28:19 +0000
@@ -588,7 +588,11 @@
588 'sip',588 'sip',
589 'twisted.web.resource',589 'twisted.web.resource',
590 'twisted.web.client',590 'twisted.web.client',
591 'oauth',591 'oauthlib.oauth1.common',
592 'oauthlib.oauth1.rfc5849',
593 'oauthlib.oauth1.rfc5849.parameters',
594 'oauthlib.oauth1.rfc5849.signature',
595 'oauthlib.oauth1.rfc5849.utils',
592 # workaround for indirect import in596 # workaround for indirect import in
593 # utils/__init__.py:597 # utils/__init__.py:
594 'ubuntu_sso.constants'598 'ubuntu_sso.constants'

Subscribers

People subscribed via source and target branches