diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-07-24 18:19:24 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-26 12:28:42 +0100 |
| commit | 8ba4e6c963be15a2169813f36a5854207ea8819a (patch) | |
| tree | c916bdb23cd74659cbe7519ab091cc651b9161f0 /meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb | |
| parent | 9837ba6138ca97975867e529f22cf5930341b920 (diff) | |
| download | poky-8ba4e6c963be15a2169813f36a5854207ea8819a.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
| 10 | 10 | ||
| 11 | inherit python_flit_core | 11 | inherit python_flit_core |
| 12 | 12 | ||
| 13 | RDEPENDS:${PN} += "python3-unittest" | ||
| 14 | |||
| 13 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
