From 68a9cb020cd0c0dce7cfc50c68a9b94231bb37d6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 21 Nov 2024 20:27:32 -0800 Subject: python3-marshmallow: Add missing rdep on tzdata module Fixes {'python3-marshmallow': 'START: ptest-runner\n' '2024-11-22T04:11\n' 'ImportError while loading conftest ' "'/usr/lib/python3-marshmallow/ptest/tests/conftest.py'.\n" 'tests/conftest.py:5: in \n' ' from tests.base import Blog, User, UserSchema\n' 'tests/base.py:14: in \n' ' central = ZoneInfo("America/Chicago")\n' '../../python3.13/zoneinfo/_common.py:24: in ' 'load_tzdata\n' ' raise ZoneInfoNotFoundError(f"No time zone found ' 'with key {key}")\n' "E zoneinfo._common.ZoneInfoNotFoundError: 'No time " "zone found with key America/Chicago'\n" '\n' 'ERROR: Exit status is 4\n' 'DURATION: 1\n'} Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb index 0ea6424f34..964e32c10f 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb @@ -20,6 +20,7 @@ RDEPENDS:${PN}-ptest += " \ python3-simplejson \ python3-unittest-automake-output \ python3-zoneinfo \ + python3-tzdata \ " do_install_ptest() { -- cgit v1.2.3-54-g00ecf