summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-3.3-manifest.inc
Commit message (Collapse)AuthorAgeFilesLines
* python-3.3-manifest: Add python3 manifest fileKhem Raj2014-02-021-0/+260
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>