summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-11-18 18:00:49 -0800
committerKhem Raj <raj.khem@gmail.com>2025-11-18 20:07:55 -0800
commit5f4bb77c6bc41cb579bab21abd1a816ea88dd342 (patch)
tree9b3645cf30b509d8cd256f57e7d35144ec2e2a5f /meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb
parent3ed6315a49f5c43d065684ad0f7f360ba5b2c170 (diff)
downloadmeta-openembedded-5f4bb77c6bc41cb579bab21abd1a816ea88dd342.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb2
1 files changed, 2 insertions, 0 deletions
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
14RDEPENDS:${PN}-ptest += " \ 14RDEPENDS:${PN}-ptest += " \
15 python3-dateparser \ 15 python3-dateparser \
16 python3-dateutil-zoneinfo \ 16 python3-dateutil-zoneinfo \
17 python3-pre-commit \
17 python3-pytest-cov \ 18 python3-pytest-cov \
18 python3-pytest-mock \ 19 python3-pytest-mock \
19 python3-pytz \ 20 python3-pytz \
@@ -23,4 +24,5 @@ RDEPENDS:${PN}-ptest += " \
23 24
24RDEPENDS:${PN} += " \ 25RDEPENDS:${PN} += " \
25 python3-dateutil \ 26 python3-dateutil \
27 python3-tzdata \
26" 28"