diff options
| author | Frank de Brabander <debrabander@gmail.com> | 2024-08-08 11:43:58 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-08-14 10:15:30 -0400 |
| commit | bcef006ce56231d8dc91f71e1ab8f48b94dad258 (patch) | |
| tree | f3e19f8b6dc695fb51bae1219ff601c63e49f308 /meta-python/recipes-devtools/python | |
| parent | e041b4d270cd074ebfd6d906466bc68776ae3bf9 (diff) | |
| download | meta-openembedded-bcef006ce56231d8dc91f71e1ab8f48b94dad258.tar.gz | |
python3-pydantic-core: add missing RDEPENDS for ptest
Signed-off-by: Frank de Brabander <debrabander@gmail.com>
Add missing RDEPENDS for ptest:
- python3-zoneinfo
- tzdata
Similar to fixes in Styhead 110b636836348530ec4965ebd3ee753928f21b44 but for 2.18.4
and without needing to add the python3-tzdata recipe.
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic-core_2.18.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.18.4.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.18.4.bb index 58afc6cd1c..adaf4a62cb 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.18.4.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.18.4.bb | |||
| @@ -37,6 +37,8 @@ RDEPENDS:${PN}-ptest += "\ | |||
| 37 | python3-pytest-timeout \ | 37 | python3-pytest-timeout \ |
| 38 | python3-pytest-benchmark \ | 38 | python3-pytest-benchmark \ |
| 39 | python3-unittest-automake-output \ | 39 | python3-unittest-automake-output \ |
| 40 | python3-zoneinfo \ | ||
| 41 | tzdata \ | ||
| 40 | " | 42 | " |
| 41 | 43 | ||
| 42 | do_install:append() { | 44 | do_install:append() { |
