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:
Ross Burton
2024-07-24 18:19:24 +01:00
committed by Richard Purdie
parent 9837ba6138
commit 8ba4e6c963

View File

@@ -10,4 +10,6 @@ S = "${WORKDIR}/git"
inherit python_flit_core
RDEPENDS:${PN} += "python3-unittest"
BBCLASSEXTEND = "native nativesdk"