diff mbox series

[scarthgap,meta-python,6/6] python3-pydantic-core: add missing RDEPENDS for ptest

Message ID 176f2966ba38eb74132ff083503288e7d6588599.1723432397.git.tim.orling@konsulko.com
State New
Headers show
Series [scarthgap,meta-python,1/6] python3-pydantic: upgrade 2.7.0 -> 2.7.1 | expand

Commit Message

Tim Orling Aug. 12, 2024, 3:28 a.m. UTC
From: Frank de Brabander <debrabander@gmail.com>

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

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

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

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 .../recipes-devtools/python/python3-pydantic-core_2.18.4.bb     | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.18.4.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.18.4.bb
index 58afc6cd1c..adaf4a62cb 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.18.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.18.4.bb
@@ -37,6 +37,8 @@  RDEPENDS:${PN}-ptest += "\
     python3-pytest-timeout \
     python3-pytest-benchmark \
     python3-unittest-automake-output \
+	python3-zoneinfo \
+	tzdata \
 "
 
 do_install:append() {