diff options
| author | David Pierret <david.pierret@smile.fr> | 2023-10-20 10:04:49 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-10-20 08:25:14 -0700 |
| commit | 4e09bbb4bf7c6589d745a8498f048ae8e5330ed1 (patch) | |
| tree | 10852e425f0c5b707a8f0a81e7a6b198a8904893 /meta-python | |
| parent | 9f70554e435b31490cbec4c660363a3dea72db92 (diff) | |
| download | meta-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.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} += " \ |
