mirror of
https://git.yoctoproject.org/poky
synced 2026-06-06 14:49:50 +00:00
piglit: add missing dependency on python-xml
Piglit uses ElementTree so ensure that python-xml is a dependency. (From OE-Core rev: 4403b8693bd8b01e966dc5cb239a7266a9707388) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4d3ca42421
commit
5ac4172e11
@@ -35,7 +35,7 @@ do_configure_prepend() {
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} = "waffle python python-mako python-json python-subprocess \
|
||||
python-argparse python-importlib python-unixadmin \
|
||||
python-argparse python-importlib python-unixadmin python-xml \
|
||||
python-multiprocessing python-textutils python-netserver python-shell \
|
||||
mesa-demos bash \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user