diff mbox series

[meta-python,02/12] python3-faker: add codecs/misc RDEPENDS for ptest

Message ID 20260816232358.1947922-2-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 faker's ptest suite.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-faker_40.36.0.bb b/meta-python/recipes-devtools/python/python3-faker_40.36.0.bb
index 196a8f6357..f0d0207a23 100644
--- a/meta-python/recipes-devtools/python/python3-faker_40.36.0.bb
+++ b/meta-python/recipes-devtools/python/python3-faker_40.36.0.bb
@@ -36,7 +36,9 @@  RDEPENDS:${PN} += "\
     "
 
 RDEPENDS:${PN}-ptest += "\
+    python3-codecs \
     python3-freezegun \
+    python3-misc \
     python3-validators \
 "