diff options
author | David Pierret <david.pierret@smile.fr> | 2023-10-20 10:04:49 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-30 07:14:02 -0400 |
commit | a60f7cd23059d15c95074bf89182f84b7050b5fd (patch) | |
tree | 914569151cc3cce74cb5e7faee5c86219bff629d /meta-python/recipes-devtools | |
parent | 3b48885c159c75cdde480e3ba6288325e2d56820 (diff) | |
download | meta-openembedded-a60f7cd23059d15c95074bf89182f84b7050b5fd.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>
(cherry picked from commit 4e09bbb4bf7c6589d745a8498f048ae8e5330ed1)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-rapidjson_1.11.bb | 1 |
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 += " \ | |||
27 | RDEPENDS:${PN}-ptest += " \ | 27 | RDEPENDS:${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 | ||
32 | RDEPENDS:${PN} += " \ | 33 | RDEPENDS:${PN} += " \ |