diff mbox series

[meta-python,05/10] python3-service-identity: Fix ptest rdeps

Message ID 20240913062050.2597921-5-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
Add missing six and attrs modules to runtime deps

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-devtools/python/python3-service-identity_21.1.0.bb  | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb b/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb
index 267bbea13e..a1d6a3c0d8 100644
--- a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb
@@ -20,7 +20,9 @@  RDEPENDS:${PN} += " \
 "
 
 RDEPENDS:${PN}-ptest += " \
+    python3-attrs \
     python3-pytest \
+    python3-six \
     python3-unittest-automake-output \
     python3-pyopenssl \
 "