summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-03-21 12:37:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-21 22:42:05 +0000
commitc2a663ebd7e0e319165a50c5fb4bdae898d85f4a (patch)
treea472d0afbe85eb5da25d6d8c75eadab8fb653fe5 /meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb
parentfc2cf1f81942c54a032f0f45de73bdae3ab0eaaf (diff)
downloadpoky-c2a663ebd7e0e319165a50c5fb4bdae898d85f4a.tar.gz
python3-bcrypt: use python3-unittest-automake-output
Instead of using sed to reformat the output use this new module. (From OE-Core rev: 6d81a8eeb42695c1d908a2ef9d60606c4eb7cf8f) 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-bcrypt_4.0.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb b/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb
index 6ce45ca6ee..9f5b81330b 100644
--- a/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb
+++ b/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb
@@ -17,6 +17,7 @@ require ${BPN}-crates.inc
17 17
18RDEPENDS:${PN}-ptest += " \ 18RDEPENDS:${PN}-ptest += " \
19 ${PYTHON_PN}-pytest \ 19 ${PYTHON_PN}-pytest \
20 ${PYTHON_PN}-unittest-automake-output \
20" 21"
21 22
22do_install_ptest() { 23do_install_ptest() {