mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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 <module>\n'
' from tests.base import Blog, User, UserSchema\n'
'tests/base.py:14: in <module>\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 <raj.khem@gmail.com>
This commit is contained in:
parent
93d249d0c9
commit
68a9cb020c
|
|
@ -20,6 +20,7 @@ RDEPENDS:${PN}-ptest += " \
|
|||
python3-simplejson \
|
||||
python3-unittest-automake-output \
|
||||
python3-zoneinfo \
|
||||
python3-tzdata \
|
||||
"
|
||||
|
||||
do_install_ptest() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user