summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank de Brabander <debrabander@gmail.com>2024-08-08 11:43:58 +0200
committerArmin Kuster <akuster808@gmail.com>2024-08-14 10:15:30 -0400
commitbcef006ce56231d8dc91f71e1ab8f48b94dad258 (patch)
treef3e19f8b6dc695fb51bae1219ff601c63e49f308
parente041b4d270cd074ebfd6d906466bc68776ae3bf9 (diff)
downloadmeta-openembedded-bcef006ce56231d8dc91f71e1ab8f48b94dad258.tar.gz
python3-pydantic-core: add missing RDEPENDS for ptest
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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic-core_2.18.4.bb2
1 files changed, 2 insertions, 0 deletions
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 += "\
37 python3-pytest-timeout \ 37 python3-pytest-timeout \
38 python3-pytest-benchmark \ 38 python3-pytest-benchmark \
39 python3-unittest-automake-output \ 39 python3-unittest-automake-output \
40 python3-zoneinfo \
41 tzdata \
40" 42"
41 43
42do_install:append() { 44do_install:append() {