generic-poky/meta/recipes-devtools/python
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
..
python python: Fix CVE-2014-7185 2014-11-20 14:08:10 +00:00
python-gst python-gst: upgrade from 0.10.19 to 0.10.21 2011-04-24 22:50:33 +01:00
python-imaging python-imaging: fix compilation with Freetype 2.5.1 2013-12-06 13:54:23 +00:00
python-native python-native: remove unused and duplicated sitecustomize.py 2014-03-02 17:25:28 +00:00
python-numpy python-numpy: Fix build for mips64 2014-09-01 18:03:06 +01:00
python-pycurl python-pycurl: Upgrade 7.19.3 -> 7.19.3.1 2014-07-17 12:28:50 +01:00
python-pygobject meta/*: remove unnecessary patches 2013-12-10 17:42:43 +00:00
python-pygtk python-pygtk: Restore pkg-config file 2014-11-04 10:27:12 +00:00
python-pyrex recipes: Update upstream-status of patches 2011-05-13 11:02:19 +01:00
python-smartpm python-smartpm: report warn rather than error during install with --attempt 2014-11-04 10:27:13 +00:00
python3 python3: several fixes for cross compiling 2014-11-25 13:03:27 +00:00
python-2.7-manifest.inc python: add python-codecs runtime dependency for python-json 2014-12-11 11:34:56 +00:00
python-3.3-manifest.inc generate-manifest-3.3.py: Add importlib 2014-06-06 09:26:05 +01:00
python-argparse_1.2.1.bb Replace one-line DESCRIPTION with SUMMARY 2014-01-02 12:50:18 +00:00
python-async_0.6.1.bb python-async: add recipe 2013-07-02 22:23:42 +01:00
python-dbus_1.2.0.bb python-dbus: use PACKAGECONFIG for doc generation 2014-08-11 17:43:44 +01:00
python-distribute_0.6.32.bb python-distribute: add nativesdk to BBCLASSEXTEND 2014-07-19 00:08:58 +01:00
python-docutils_0.12.bb python-docutil: Upgrade 0.11 -> 0.12 2014-07-17 12:28:49 +01:00
python-git_0.3.2.RC1.bb python-git: add recipe 2013-07-02 22:23:43 +01:00
python-gitdb_0.5.4.bb python-gitdb: add recipe 2013-07-02 22:23:43 +01:00
python-gst_0.10.22.bb python-gst: link python shared library to config directory 2014-06-10 17:24:18 +01:00
python-imaging_1.1.7.bb Globally replace 'base_contains' calls with 'bb.utils.contains' 2014-04-25 17:19:19 +01:00
python-mako_0.9.1.bb recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2) 2014-02-20 14:28:13 +00:00
python-native_2.7.3.bb python-native: disable user site support 2014-09-10 11:33:24 +01:00
python-nose_1.2.1.bb python-nose: don't install as an Egg 2014-01-14 17:59:27 +00:00
python-numpy_1.7.0.bb python-numpy: Fix build for mips64 2014-09-01 18:03:06 +01:00
python-pycairo_1.10.0.bb python: python-pycairo: add python-pycairo-native 2014-08-02 09:26:14 +01:00
python-pycurl_7.19.5.bb python-pycurl: 7.19.3.1 -> 7.19.5 2014-11-06 16:45:17 +00:00
python-pygobject_2.28.3.bb python-pygobject: add libffi to DEPENDS 2014-10-10 16:44:32 +01:00
python-pygtk_2.24.0.bb python-pygtk: Clean up incorrect "fix" 2014-11-09 10:21:24 +00:00
python-pyrex-native_0.9.9.bb python-pyrex-native: Update for python-native changes 2012-07-22 11:42:21 +01:00
python-pyrex_0.9.9.bb Add missing SUMMARY values 2014-01-02 12:50:18 +00:00
python-scons-native_2.3.2.bb python-scons-native: Make it useable if old host install exists 2014-08-15 18:21:48 +01:00
python-scons_2.3.2.bb python-scons: Upgrade 2.3.0 -> 2.3.2 2014-07-17 12:28:49 +01:00
python-smartpm_1.4.1.bb python-smartpm: Add checking for "rpm-ignoresize" option 2014-10-24 17:36:14 +01:00
python-smmap_0.8.2.bb python-smmap: add recipe 2013-07-02 22:23:43 +01:00
python.inc Globally replace 'base_contains' calls with 'bb.utils.contains' 2014-04-25 17:19:19 +01:00
python3-distribute_0.6.32.bb python3-distribute: fix interpreter 2014-08-28 15:12:44 +01:00
python3-native_3.3.3.bb python3: Revert python-config to distutils.sysconfig 2014-05-08 13:00:32 +01:00
python3_3.3.3.bb python3: several fixes for cross compiling 2014-11-25 13:03:27 +00:00
python_2.7.3.bb python: remove spurious nativesdk dependency 2014-12-05 18:01:04 +00:00