diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-03-21 12:37:33 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-21 22:42:05 +0000 |
| commit | fc2cf1f81942c54a032f0f45de73bdae3ab0eaaf (patch) | |
| tree | 009678ff391483656c1fd9ec44382adb59fb63b8 /meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | |
| parent | d5e7bbd14728f3e504b99a625c67168533944455 (diff) | |
| download | poky-fc2cf1f81942c54a032f0f45de73bdae3ab0eaaf.tar.gz | |
python3-atomicwrites: use python3-unittest-automake-output
Instead of using sed to reformat the output use this new module.
(From OE-Core rev: 66907e95cf1e174c76ee8c495af1596cc1f63718)
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-atomicwrites_1.4.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb index 9f58a4bf1f..f706f5d7be 100644 --- a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb +++ b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | |||
| @@ -13,6 +13,7 @@ SRC_URI += " \ | |||
| 13 | 13 | ||
| 14 | RDEPENDS:${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
| 15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
| 16 | ${PYTHON_PN}-unittest-automake-output \ | ||
| 16 | ${PYTHON_PN}-unixadmin \ | 17 | ${PYTHON_PN}-unixadmin \ |
| 17 | " | 18 | " |
| 18 | 19 | ||
