diff mbox series

[meta-python,8/9] python3-arrow: Add missing rdeps on tzdata pre-commit modules

Message ID 20251119041235.2448193-8-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/9] python3-pytest-asyncio: Upgrade to 1.3.0 | expand

Commit Message

Khem Raj Nov. 19, 2025, 4:12 a.m. UTC
These were missing pieces for ptests to work

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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 \
 "