Files
poky/scripts
Mike Looijmans 2b898fe10b 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>
2013-12-06 13:54:23 +00:00
..
2013-10-29 10:41:39 +00:00
2013-06-25 17:57:29 +01:00
2011-10-04 13:46:19 +01:00
2013-05-14 14:57:27 +03:00
2013-10-23 07:14:10 +01:00

This directory contains Various useful scripts for working with OE builds