]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-unittest-automake-output: add dependency on unittest
authorRoss Burton <ross.burton@arm.com>
Wed, 24 Jul 2024 17:19:24 +0000 (18:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Jul 2024 10:54:28 +0000 (11:54 +0100)
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.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb

index 1fc6180d0eb5ba07e0903ed39df8d62474cac48c..fefd4654c7258c92e96547119f161122b6ef3ba5 100644 (file)
@@ -10,4 +10,6 @@ S = "${WORKDIR}/git"
 
 inherit python_flit_core
 
+RDEPENDS:${PN} += "python3-unittest"
+
 BBCLASSEXTEND = "native nativesdk"