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:54:23 +0000 (13:54 +0000)
commit0ddb74b7d7984b4740db69524c969cdf582fe84a
tree23eb9b95ed1022f51f701e8c1ca5e0f744475e0b
parentde8657a1d0ab9aee7e7fd2b6b58cb254b7adca36
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.

(From OE-Core rev: 496adfe84ef05d031444988d41451a018133f5a8)

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