Python: Add missing dependency "textutils" to "io" package
authorMiLo <milo-software@users.sourceforge.net>
Thu, 14 Feb 2013 07:10:30 +0000 (08:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 10:46:25 +0000 (10:46 +0000)
commit65799daeb384db61a02ab960a3d44f7fd4009c39
tree11f26131eec75b7e31b89b28cb3410a0b193a432
parentbcaf8042e91b32c315ba9a24cdb5cc36c32dc78a
Python: Add missing dependency "textutils" to "io" package

Modify the include file and script to generate a missing RDEPENDS.

Install python on target with python-io. Import ssl:

Python 2.7.3 (default, Feb  9 2013, 16:04:35)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ssl
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/ssl.py", line 58, in <module>
ImportError: No module named textwrap

Installing python-textutils solves the issue.

(From OE-Core rev: 900ae881c3483eea36aa0be456b93f92980f4924)

Signed-off-by: MiLo <milo-software@users.sourceforge.net>
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