summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-simplejson_3.8.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-simplejson: update to version 3.10.0Derek Straka2017-02-221-27/+0
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-simplejson: change to setuptoolsGeorge McCollister2016-06-081-1/+1
| | | | | | | | | | | | | | Change from distutils to setuptools. simplejson's setup.py is written to import setup, Extension, Command from setuptools and fallback to distutils if the import fails. Prior to this change files were being installed to a host polluted path /usr/lib/python2.7/site-packages/simplejson-3.8.2-py2.7-linux-x86_64.egg (even on ARM targets). python was unable to import simplejson. Switching to setuptools corrects the problem. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-simplejson: update to 3.8.2Derek Straka2016-04-011-0/+27
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>