diff mbox series

[meta-python,09/10] python3-py-cpuinfo: Fix ptest runtime deps

Message ID 20240913062050.2597921-9-raj.khem@gmail.com
State New
Headers show
Series [meta-oe,01/10] paho-mqtt-cpp: Use system paho-mqtt-c | expand

Commit Message

Khem Raj Sept. 13, 2024, 6:20 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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() {
 }
 
 RDEPENDS:${PN}-ptest += "\
+    python3-compile \
     python3-pytest \
     python3-unittest-automake-output \
 "