1383: RBTools easy_install on py26 fails when trying to install simplejson

paul.pe********@comca****** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
Nov. 5, 2009
What version are you running?
post-review-script.py 0.8

What's the URL of the page containing the problem?
n/a

What steps will reproduce the problem?
1. Install py26
2. Install setuptools for py26
3. easy_install -U RBtools

What is the expected output? What do you see instead?
Install should be successful.
Instead, install fails when trying to install the simplejson egg.
This initially makes sense, because simplejson has no py26 installer.
However, according to the simplejson site, simplejson is built in to py26.
The net effect is that easy_install RBTool should be be installing simplejson 
in py26.

What operating system are you using? What browser?
XP/Vista

Please provide any additional information below.
Per Christian Hammond:
"We just need to turn off the sqlite dependency when building Python 2.6 
packages."
chipx86
#1 chipx86
Fixed in rb8e86eb.
  • +Fixed
  • +Component-RBTools
    +Milestone-RBTools-Release1.0
  • +chipx86