From 8ba4e6c963be15a2169813f36a5854207ea8819a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 24 Jul 2024 18:19:24 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb b/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb index 1fc6180d0e..fefd4654c7 100644 --- a/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb +++ b/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb @@ -10,4 +10,6 @@ S = "${WORKDIR}/git" inherit python_flit_core +RDEPENDS:${PN} += "python3-unittest" + BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf