Description
Currently setup.py required simplejson unconditionally. However since json was added to python 2.6 and up (and the avro code tries to use the build in module first), require it only if python version is 2.5 or lower.
Currently setup.py required simplejson unconditionally. However since json was added to python 2.6 and up (and the avro code tries to use the build in module first), require it only if python version is 2.5 or lower.