summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorDavid Pierret <david.pierret@smile.fr>2023-10-20 10:04:49 +0200
committerKhem Raj <raj.khem@gmail.com>2023-10-20 08:25:14 -0700
commit4e09bbb4bf7c6589d745a8498f048ae8e5330ed1 (patch)
tree10852e425f0c5b707a8f0a81e7a6b198a8904893 /meta-python
parent9f70554e435b31490cbec4c660363a3dea72db92 (diff)
downloadmeta-openembedded-4e09bbb4bf7c6589d745a8498f048ae8e5330ed1.tar.gz
python3-rapidjson: add missing ptest dependency
add the pytz module dependency. Signed-off-by: David Pierret <david.pierret@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-rapidjson_1.11.bb1
1 files changed, 1 insertions, 0 deletions
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 3ea5594887..74e46ca5fe 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 += " \
27RDEPENDS:${PN}-ptest += " \ 27RDEPENDS:${PN}-ptest += " \
28 ${PYTHON_PN}-pytest \ 28 ${PYTHON_PN}-pytest \
29 ${PYTHON_PN}-unittest-automake-output \ 29 ${PYTHON_PN}-unittest-automake-output \
30 ${PYTHON_PN}-pytz \
30" 31"
31 32
32RDEPENDS:${PN} += " \ 33RDEPENDS:${PN} += " \