mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
python3-unittest-automake-output: add dependency on unittest
This module can be used as a wrapper around unittest, so depend on that. Don't also depend on pytest as that's a much larger dependency, and in ptest images we want as little pulled in as possible. (From OE-Core rev: 98343c8fa3572ccd04964c988d55cd31f2ad8d9f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9837ba6138
commit
8ba4e6c963
@@ -10,4 +10,6 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit python_flit_core
|
||||
|
||||
RDEPENDS:${PN} += "python3-unittest"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user