diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-11-21 20:27:32 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-21 21:42:38 -0800 |
commit | 68a9cb020cd0c0dce7cfc50c68a9b94231bb37d6 (patch) | |
tree | 038850ee52fb68631dcb0de6b4a89f046b240f35 /meta-python | |
parent | 93d249d0c9d7026848829bc3dc32f341a2c661b5 (diff) | |
download | meta-openembedded-68a9cb020cd0c0dce7cfc50c68a9b94231bb37d6.tar.gz |
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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-marshmallow_3.23.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 += " \ | |||
20 | python3-simplejson \ | 20 | python3-simplejson \ |
21 | python3-unittest-automake-output \ | 21 | python3-unittest-automake-output \ |
22 | python3-zoneinfo \ | 22 | python3-zoneinfo \ |
23 | python3-tzdata \ | ||
23 | " | 24 | " |
24 | 25 | ||
25 | do_install_ptest() { | 26 | do_install_ptest() { |