]> code.ossystems Code Review - openembedded-core.git/commit
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:34:31 +0000 (22:34 +0000)
commite314404876e62c05c7ea5f5e79b2b05c3ed9ab84
treeac5bbdeaecfe92075cc62a7c117733fe2bbe8856
parent468115573275d6c32924e56bff660b9f6d38de84
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'

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