diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-12 22:32:56 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-12 23:21:25 -0700 |
commit | 504f7210906d18f67eee4d8da114c45d1ef3f6f4 (patch) | |
tree | 676dd3b845bfb24dc4a441373201ada5e214b964 /meta-python | |
parent | 6e882af153f91c33af96b76537ad23ba20fe98d2 (diff) | |
download | meta-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.bb | 1 |
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 | ||
29 | RDEPENDS:${PN}-ptest += "\ | 29 | RDEPENDS:${PN}-ptest += "\ |
30 | python3-compile \ | ||
30 | python3-pytest \ | 31 | python3-pytest \ |
31 | python3-unittest-automake-output \ | 32 | python3-unittest-automake-output \ |
32 | " | 33 | " |