python3-pydantic-core: add missing RDEPENDS for ptest

Signed-off-by: Frank de Brabander <debrabander@gmail.com>

Add missing RDEPENDS for ptest:
- python3-zoneinfo
- tzdata

Similar to fixes in Styhead 110b636836 but for 2.18.4
and without needing to add the python3-tzdata recipe.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Frank de Brabander
2024-08-08 11:43:58 +02:00
committed by Armin Kuster
parent e041b4d270
commit bcef006ce5

View File

@@ -37,6 +37,8 @@ RDEPENDS:${PN}-ptest += "\
python3-pytest-timeout \
python3-pytest-benchmark \
python3-unittest-automake-output \
python3-zoneinfo \
tzdata \
"
do_install:append() {