python-3.3-manifest: Add python3 manifest file
authorKhem Raj <raj.khem@gmail.com>
Tue, 14 May 2013 21:59:16 +0000 (14:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Feb 2014 22:37:38 +0000 (22:37 +0000)
commit93dd82054b1ca1edf8440eedb7a19220d1006699
tree5df7c265ff727230a67970bce9479310a62b1a46
parent5586011639d620c7c5f3987ba2c2c614ef93476b
python-3.3-manifest: Add python3 manifest file

Like python2 mostly except

This will package collections into python3-core instead
of python3-misc fixes errors like

Traceback (most recent call last):
File "/usr/lib/python3.3/site.py", line 69, in

     import os
   File "/usr/lib/python3.3/os.py", line 659, in <module>
     from collections.abc import MutableMapping
 ImportError: No module named 'collections'

(From OE-Core rev: e314404876e62c05c7ea5f5e79b2b05c3ed9ab84)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-3.3-manifest.inc [new file with mode: 0644]