Merge lp:~canonical-isd-hackers/canonical-identity-provider/jsonfield-fix into lp:canonical-identity-provider/release

Proposed by David Owen
Status: Merged
Approved by: Ricardo Kirkner
Approved revision: no longer in the source branch.
Merged at revision: 247
Proposed branch: lp:~canonical-isd-hackers/canonical-identity-provider/jsonfield-fix
Merge into: lp:canonical-identity-provider/release
Diff against target: 13 lines (+3/-0)
1 file modified
setup.py (+3/-0)
To merge this branch: bzr merge lp:~canonical-isd-hackers/canonical-identity-provider/jsonfield-fix
Reviewer Review Type Date Requested Status
Canonical ISD hackers Pending
Review via email: mp+86284@code.launchpad.net

Commit message

Pegged Gargoyle's django-jsonfield dep to something that actually works

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2011-10-04 16:28:29 +0000
3+++ setup.py 2011-12-19 20:03:23 +0000
4@@ -86,6 +86,9 @@
5 'python-memcached==1.44',
6 'python-openid==2.2.4',
7 'django-piston',
8+ # jsonfield is required by Gargoyle; not pegging it here
9+ # causes bootstrap to fail:
10+ 'django-jsonfield<0.7',
11 'gargoyle',
12 'pystatsd',
13 ],