python3-arrow: Add missing rdeps on tzdata pre-commit modules

These were missing pieces for ptests to work

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-11-18 18:00:49 -08:00
parent 3ed6315a49
commit 5f4bb77c6b
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -14,6 +14,7 @@ inherit pypi python_flit_core ptest-python-pytest
RDEPENDS:${PN}-ptest += " \
python3-dateparser \
python3-dateutil-zoneinfo \
python3-pre-commit \
python3-pytest-cov \
python3-pytest-mock \
python3-pytz \
@ -23,4 +24,5 @@ RDEPENDS:${PN}-ptest += " \
RDEPENDS:${PN} += " \
python3-dateutil \
python3-tzdata \
"