]> code.ossystems Code Review - openembedded-core.git/commit
python: Add missing RDEPENDS for python-unittest
authorMike Looijmans <mike.looijmans@topic.nl>
Fri, 6 Dec 2013 06:46:51 +0000 (07:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Dec 2013 13:37:59 +0000 (13:37 +0000)
commit496adfe84ef05d031444988d41451a018133f5a8
treecc6194014ae8edcdf2f40151f128d6ad140ae89c
parent300760193c6bcfd20f1d4908f912bebd53e86281
python: Add missing RDEPENDS for python-unittest

After installing python-unittest, the following errors occur when executing
"import unittest" from a python commandline:
ImportError: No module named StringIO
ImportError: No module named pprint
ImportError: No module named difflib
ImportError: No module named pprint
ImportError: No module named fnmatch

Fix this by adding the missing dependencies to the generator script and run
the generator.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-2.7-manifest.inc
scripts/contrib/python/generate-manifest-2.7.py