Files
poky/meta/recipes-devtools
Lukas Bulwahn 524572af7e 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>
2013-06-28 11:02:41 +01:00
..
2013-06-03 16:43:37 +01:00
2013-01-07 11:09:36 +00:00
2013-05-12 09:37:28 +01:00
2013-06-13 17:38:09 +01:00
2013-06-07 16:48:23 +01:00
2013-02-01 15:54:03 +00:00
2013-06-28 09:14:07 +01:00
2013-06-04 11:43:34 +01:00
2013-02-04 13:18:27 +00:00
2013-06-13 17:38:09 +01:00
2013-02-06 09:37:26 +00:00
2011-11-29 11:22:04 +00:00
2013-05-24 14:14:42 +01:00
2013-04-28 12:12:20 +01:00
2013-05-24 14:14:45 +01:00
2013-01-07 13:38:27 +00:00
2013-06-18 17:33:15 +01:00
2013-04-02 17:57:07 +01:00
2013-03-18 13:18:24 +00:00
2013-06-07 16:48:24 +01:00
2013-05-16 00:09:46 +03:00
2011-12-08 15:24:32 +00:00
2012-08-19 10:46:39 +01:00
2013-03-23 17:40:27 +00:00