linaro-pkg team mailing list archive
-
linaro-pkg team
-
Mailing list archive
-
Message #01463
[Bug 1039108] Re: linaro-image-tools missing dependency on python-yaml
** Also affects: linaro-image-tools
Importance: Undecided
Status: New
** No longer affects: linaro-image-tools (Ubuntu)
** Changed in: linaro-image-tools
Status: New => Triaged
** Changed in: linaro-image-tools
Importance: Undecided => Medium
** Changed in: linaro-image-tools
Assignee: (unassigned) => Fathi Boudra (fboudra)
** Changed in: linaro-image-tools
Milestone: None => 2012.08
--
You received this bug notification because you are a member of Linaro
Maintainers, which is subscribed to linaro-image-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1039108
Title:
linaro-image-tools missing dependency on python-yaml
Status in Linaro Image Tools:
Fix Committed
Bug description:
$ linaro-android-media-create --mmc /dev/sde --dev panda --system system.tar.bz2 --boot boot.tar.bz2 --userdata userdata.tar.bz2
Traceback (most recent call last):
File "/usr/bin/linaro-android-media-create", line 28, in <module>
from linaro_image_tools.media_create.android_boards import (
File "/usr/lib/pymodules/python2.7/linaro_image_tools/media_create/__init__.py", line 25, in <module>
from linaro_image_tools.media_create.boards import board_configs
File "/usr/lib/pymodules/python2.7/linaro_image_tools/media_create/boards.py", line 39, in <module>
from linaro_image_tools.hwpack.config import Config
File "/usr/lib/pymodules/python2.7/linaro_image_tools/hwpack/config.py", line 26, in <module>
import yaml
ImportError: No module named yaml
make: *** [all] Error 1
After manually installing python-yaml it works.
To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro-image-tools/+bug/1039108/+subscriptions
References