1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-15 17:50:07 +00:00
Files
poky/meta/recipes-devtools
Trevor Gamblin fb377b1d1c python3-hypothesis: add python3-zoneinfo to RDEPENDS
This fixes the following runtime issue:

|root@qemux86-64:~# python3
|Python 3.12.6 (main, Sep  6 2024, 19:03:47) [GCC 14.2.0] on linux
|Type "help", "copyright", "credits" or "license" for more information.
|>>> import hypothesis
|Traceback (most recent call last):
|  File "<stdin>", line 1, in <module>
|  File "/usr/lib/python3.12/site-packages/hypothesis/__init__.py", line 29, in <module>
|    from hypothesis.core import example, find, given, reproduce_failure, seed
|  File "/usr/lib/python3.12/site-packages/hypothesis/core.py", line 44, in <module>
|    from hypothesis import strategies as st
|  File "/usr/lib/python3.12/site-packages/hypothesis/strategies/__init__.py", line 48, in <module>
|    from hypothesis.strategies._internal.datetime import (
|  File "/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/datetime.py", line 13, in <module>
|    import zoneinfo
|ModuleNotFoundError: No module named 'zoneinfo'

(From OE-Core rev: 2a535f7ca6329fee98491251c282741d9d21febc)

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-10-24 15:18:54 +01:00
..
2024-08-28 09:14:26 +01:00
2024-08-23 09:12:37 +01:00
2024-08-23 09:12:37 +01:00
2024-09-03 10:21:38 +01:00
2024-05-28 09:38:23 +01:00
2024-08-21 21:51:49 +01:00
2024-08-23 09:12:37 +01:00
2024-08-30 21:59:38 +01:00
2024-10-22 12:28:18 +01:00
2024-10-08 13:26:39 +01:00
2024-10-11 12:17:02 +01:00
2024-08-09 22:33:38 +01:00
2024-09-30 17:00:50 +01:00
2024-08-28 09:14:27 +01:00
2024-08-23 09:12:37 +01:00
2024-09-04 12:38:44 +01:00
2024-09-30 17:00:51 +01:00
2024-08-23 09:12:37 +01:00
2024-08-08 08:26:14 +01:00
2024-08-28 09:14:26 +01:00
2024-09-30 17:00:51 +01:00
2024-08-28 09:14:27 +01:00
2024-04-16 08:07:02 +01:00
2024-10-11 12:17:02 +01:00
2024-06-04 12:04:52 +01:00
2024-05-28 09:38:24 +01:00
2024-08-29 21:58:19 +01:00
2024-09-30 17:00:51 +01:00
2024-08-28 09:14:26 +01:00
2024-08-28 09:14:26 +01:00
2024-08-21 21:51:49 +01:00
2024-10-22 11:39:58 +01:00
2024-06-12 16:08:31 +01:00
2024-10-15 11:47:24 +01:00
2024-09-30 17:00:50 +01:00
2024-10-15 11:47:24 +01:00
2024-04-25 10:06:03 +01:00