From: Trevor Gamblin Date: Tue, 22 Oct 2024 16:58:04 +0000 (-0400) Subject: python3-hypothesis: add python3-zoneinfo to RDEPENDS X-Git-Tag: uninative-4.7~1126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a535f7ca6329fee98491251c282741d9d21febc;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 "", line 1, in | File "/usr/lib/python3.12/site-packages/hypothesis/__init__.py", line 29, in | from hypothesis.core import example, find, given, reproduce_failure, seed | File "/usr/lib/python3.12/site-packages/hypothesis/core.py", line 44, in | from hypothesis import strategies as st | File "/usr/lib/python3.12/site-packages/hypothesis/strategies/__init__.py", line 48, in | from hypothesis.strategies._internal.datetime import ( | File "/usr/lib/python3.12/site-packages/hypothesis/strategies/_internal/datetime.py", line 13, in | import zoneinfo |ModuleNotFoundError: No module named 'zoneinfo' Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.112.4.bb b/meta/recipes-devtools/python/python3-hypothesis_6.112.4.bb index 1010348e387..b66fa9ce47b 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.112.4.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.112.4.bb @@ -24,6 +24,7 @@ RDEPENDS:${PN} += " \ python3-sortedcontainers \ python3-statistics \ python3-unittest \ + python3-zoneinfo \ " RDEPENDS:${PN}-ptest += " \