diff mbox series

[meta-python] python3-rapidjson: add missing ptest dependency

Message ID 20231020080449.1426391-1-david.pierret@smile.fr
State Under Review
Headers show
Series [meta-python] python3-rapidjson: add missing ptest dependency | expand

Commit Message

David Pierret Oct. 20, 2023, 8:04 a.m. UTC
add the pytz module dependency.

Signed-off-by: David Pierret <david.pierret@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
---
 meta-python/recipes-devtools/python/python3-rapidjson_1.11.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-rapidjson_1.11.bb b/meta-python/recipes-devtools/python/python3-rapidjson_1.11.bb
index 3ea559488..74e46ca5f 100644
--- a/meta-python/recipes-devtools/python/python3-rapidjson_1.11.bb
+++ b/meta-python/recipes-devtools/python/python3-rapidjson_1.11.bb
@@ -27,6 +27,7 @@  DEPENDS += " \
 RDEPENDS:${PN}-ptest += " \
     ${PYTHON_PN}-pytest \
     ${PYTHON_PN}-unittest-automake-output \
+    ${PYTHON_PN}-pytz \
 "
 
 RDEPENDS:${PN} += " \