Don't require simplejson when not needed
----------------------------------------

                 Key: AVRO-833
                 URL: https://issues.apache.org/jira/browse/AVRO-833
             Project: Avro
          Issue Type: Bug
          Components: python
            Reporter: Miki Tebeka
            Priority: Minor


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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to