mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
python-smartpm: show friendly error if YAML output requested without PyYAML
Instead of a python backtrace, tell the user they need to install PyYAML if they wish to use the --yaml output options. Fixes [YOCTO #3768]. (From OE-Core rev: 69caf24112c11609eb351bea09817029bca0ff2e) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
06e245303c
commit
0d85fa531b
@@ -26,6 +26,7 @@ SRC_URI = "\
|
||||
file://smart-metadata-match.patch \
|
||||
file://smart-improve-error-reporting.patch \
|
||||
file://smart-multilib-fixes.patch \
|
||||
file://smart-yaml-error.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "573ef32ba177a6b3c4bf7ef04873fcb6"
|
||||
|
||||
Reference in New Issue
Block a user