summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-parse_1.20.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2024-02-21 23:25:21 +0000
committerKhem Raj <raj.khem@gmail.com>2024-02-21 20:00:22 -0800
commitfd0e24694f82b71aa962b276c67ce45835a9cbc0 (patch)
tree579dc96e28def92f2447b657b093a780dcc1fb1f /meta-python/recipes-devtools/python/python3-parse_1.20.1.bb
parent9d8bbcc40d990d47d3a7bca01013dc39675f7deb (diff)
downloadmeta-openembedded-fd0e24694f82b71aa962b276c67ce45835a9cbc0.tar.gz
python3-parse: re-add functional ptests
Verified tests pass with via the test image execution (bitbake meta-python-image-ptest-python3-parse -c testimage Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-parse_1.20.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-parse_1.20.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parse_1.20.1.bb b/meta-python/recipes-devtools/python/python3-parse_1.20.1.bb
index 610a966d4..d2b91b3f3 100644
--- a/meta-python/recipes-devtools/python/python3-parse_1.20.1.bb
+++ b/meta-python/recipes-devtools/python/python3-parse_1.20.1.bb
@@ -19,6 +19,7 @@ RDEPENDS:${PN} += "\
19 19
20RDEPENDS:${PN}-ptest += " \ 20RDEPENDS:${PN}-ptest += " \
21 python3-pytest \ 21 python3-pytest \
22 python3-unittest-automake-output \
22" 23"
23 24
24do_install_ptest() { 25do_install_ptest() {