summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-09-12 22:32:56 -0700
committerKhem Raj <raj.khem@gmail.com>2024-09-12 23:21:25 -0700
commit504f7210906d18f67eee4d8da114c45d1ef3f6f4 (patch)
tree676dd3b845bfb24dc4a441373201ada5e214b964 /meta-python
parent6e882af153f91c33af96b76537ad23ba20fe98d2 (diff)
downloadmeta-openembedded-504f7210906d18f67eee4d8da114c45d1ef3f6f4.tar.gz
python3-py-cpuinfo: Fix ptest runtime deps
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb b/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb
index 20a4011313..2d59a99b14 100644
--- a/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb
@@ -27,6 +27,7 @@ do_install_ptest() {
27} 27}
28 28
29RDEPENDS:${PN}-ptest += "\ 29RDEPENDS:${PN}-ptest += "\
30 python3-compile \
30 python3-pytest \ 31 python3-pytest \
31 python3-unittest-automake-output \ 32 python3-unittest-automake-output \
32" 33"