diff mbox series

[meta-python,07/12] python3-rich-toolkit: add python3-pydantic to ptest RDEPENDS

Message ID 20260816232358.1947922-7-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-python,01/12] python3-cbor2: add tzdata/zoneinfo RDEPENDS for ptest | expand

Commit Message

Khem Raj Aug. 16, 2026, 11:23 p.m. UTC
From: Khem Raj <raj.khem@gmail.com>

Needed by the ptest suite.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.3.bb b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.3.bb
index 3f54f47790..a0b1eed56e 100644
--- a/meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.3.bb
+++ b/meta-python/recipes-devtools/python/python3-rich-toolkit_0.20.3.bb
@@ -15,3 +15,7 @@  RDEPENDS:${PN} = "\
     python3-typing-extensions \
     python3-inline-snapshot \
 "
+
+RDEPENDS:${PN}-ptest += "\
+    python3-pydantic \
+"