python-argparse: adding runtime dependency on python-codecs
authorLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Fri, 28 Jun 2013 09:57:11 +0000 (11:57 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Jun 2013 10:02:41 +0000 (11:02 +0100)
commit4620e340cc0a32a883c6131ac0b6f02024317db3
treeb8b67cc3b85ed186cb9ba838896b3f4c22323b47
parent5f72fb2f5c7b9ac7f8e56eba403614971b4bfab5
python-argparse: adding runtime dependency on python-codecs

When typing 'import argparse' in the python shell on a minimal image
with only the python-argparse recipe installed, python reports:

Python 2.7.3 (default, Jun 27 2013, 08:26:25)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import argparse;
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/argparse.py", line 91, in <module>
    from gettext import gettext as _
ImportError: No module named gettext

The python-argparse recipe requires the python gettext module,
which is currently provided by python-codecs.
Hence, this commit adds python-codecs as runtime dependency to
resolve the issue.

(From OE-Core rev: 8d0e84bdfaf63ad61be7b015dd55dacccfa9132c)

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-argparse_1.2.1.bb