diff options
author | George McCollister <george.mccollister@gmail.com> | 2016-05-27 15:56:35 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-08 14:55:24 +0200 |
commit | c2c895ec5496ab5813d20a4d011ecdc73e46b256 (patch) | |
tree | 3db434728af18b9ebdb2b718dc05364d235818ae /meta-gnome | |
parent | 350bd0bee460633592df3d9211b9cc15b4f9cb11 (diff) | |
download | meta-openembedded-c2c895ec5496ab5813d20a4d011ecdc73e46b256.tar.gz |
python-simplejson: change to setuptools
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>
Diffstat (limited to 'meta-gnome')
0 files changed, 0 insertions, 0 deletions