From 5f4bb77c6bc41cb579bab21abd1a816ea88dd342 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 18 Nov 2025 18:00:49 -0800 Subject: python3-arrow: Add missing rdeps on tzdata pre-commit modules These were missing pieces for ptests to work Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb b/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb index 3394e4d323..a967f9e429 100644 --- a/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb @@ -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 \ " -- cgit v1.2.3-54-g00ecf