]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: move the requirement on simplejson from setup.py to _auto_deps.py, and loosen...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 25 Nov 2008 21:37:51 +0000 (14:37 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 25 Nov 2008 21:37:51 +0000 (14:37 -0700)
commit5ebd7319822836ed61c37d5b4ecc4f645b845eb6
treef382a4b553395622e45cefb317abf2ded0cc3034
parent8c5a0f1efcb4751f232b377a01435016116c15d5
setup: move the requirement on simplejson from setup.py to _auto_deps.py, and loosen it from >= 2.0.5 to > 1.8.1
We'll see if this fixes the tests on all of our current buildslaves, and if it does then I'll be happy to leave it at "> 1.8.1" for now, even though I don't know exactly what versions of simplejson changed exactly what behavior that interacts with exactly what environment.  See http://allmydata.org/trac/tahoe/ticket/534 for uncertainties.
_auto_deps.py
setup.py