Files
poky/meta/recipes-devtools
Magnus Olsson 2b945a9544 python: add python-codecs runtime dependency for python-json
A piece of JSON initialization code that runs when you "import json"
tries to use the hex-decoder, thus breaks if you do not have
python-codecs installed. Example:

    >>> import json
    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "/usr/lib/python2.7/json/__init__.py", line 108, in <module>
        from .decoder import JSONDecoder
      File "/usr/lib/python2.7/json/decoder.py", line 24, in <module>
        NaN, PosInf, NegInf = _floatconstants()
      File "/usr/lib/python2.7/json/decoder.py", line 18, in _floatconstants
        _BYTES = '7FF80000000000007FF0000000000000'.decode('hex')
    LookupError: no codec search functions registered: can't find encoding

This patch adds a runtime dependency on python-codecs for python-json and
re-generates the python manifests for Python v2.7. Solves [YOCTO #7020].

(From OE-Core rev: 90fd48144f146f455b18372a9b061314ab3a3857)

Signed-off-by: Magnus Olsson <magnus@minimum.se>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-12-11 11:34:56 +00:00
..
2014-11-09 10:21:20 +00:00
2014-03-02 17:25:28 +00:00
2014-11-20 14:09:02 +00:00
2014-07-19 00:09:01 +01:00
2014-11-25 13:03:28 +00:00
2014-11-12 15:38:31 +00:00
2014-10-18 16:14:03 +02:00
2014-09-22 13:04:21 +01:00
2014-12-03 12:24:00 +00:00
2014-10-10 16:44:33 +01:00
2014-01-02 12:50:24 +00:00
2014-11-09 10:21:21 +00:00
2014-08-28 15:12:44 +01:00
2014-10-30 13:01:21 +00:00
2014-10-18 16:14:05 +02:00
2014-11-06 16:45:17 +00:00
2014-11-25 13:03:27 +00:00
2014-11-25 13:03:27 +00:00
2014-09-22 13:04:22 +01:00
2014-08-28 15:12:42 +01:00
2014-11-25 11:39:59 +00:00
2014-08-28 15:12:44 +01:00
2014-08-11 10:53:05 +01:00
2014-11-20 14:08:11 +00:00
2014-09-16 22:14:09 +01:00
2014-11-12 15:38:33 +00:00
2014-11-06 16:45:18 +00:00
2014-11-20 14:08:12 +00:00
2014-11-12 15:38:32 +00:00
2014-12-05 18:01:04 +00:00
2014-08-23 09:26:10 +01:00
2013-08-13 23:05:58 +01:00