diff options
author | Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> | 2013-06-28 11:57:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-28 11:02:12 +0100 |
commit | 8d0e84bdfaf63ad61be7b015dd55dacccfa9132c (patch) | |
tree | def49111727e80f619491615a5d0a707eb1e5529 /scripts/contrib/python/generate-manifest-2.7.py | |
parent | 3cd6fedd815688b2f3fd97a56feb5f8696ebeace (diff) | |
download | openembedded-core-8d0e84bdfaf63ad61be7b015dd55dacccfa9132c.tar.gz openembedded-core-8d0e84bdfaf63ad61be7b015dd55dacccfa9132c.tar.bz2 openembedded-core-8d0e84bdfaf63ad61be7b015dd55dacccfa9132c.zip |
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.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib/python/generate-manifest-2.7.py')
0 files changed, 0 insertions, 0 deletions