The python3-pydantic upgrade to 2.x snuck in a runtime dependency on python3-pydantic-core for which we were not yet ready: it dependended on the 'maturin' PEP-517 backend.
Depending on https://patchwork.yoctoproject.org/project/oe-core/patch/[email protected]/ series, we now have the support for 'maturin'. This series adds: * some missing RDEPENDS * python3-pydantic-core including ptest support * python3-pydantic ptest support so we will be better prepared The following changes since commit 284590b4a4277719df77df800eb9d1c22691ee8e: vte9: Drop recipe (2023-12-04 12:30:43 -0800) are available in the Git repository at: https://git.openembedded.org/meta-openembedded-contrib timo/pydantic_refactor https://git.openembedded.org/meta-openembedded-contrib/log/?h=timo/pydantic_refactor Tim Orling (7): python3-pydantic-core: add v2.14.5 python3-annotated-types: add v0.6.0 python3-pydantic: fix RDEPENDS python3-dirty-equals: add v0.7.1 python3-pydantic-core: enable ptest python3-cloudpickle: add v3.0.0 python3-pydantic: enable ptest .../ptest-packagelists-meta-python.inc | 2 + .../python/python3-annotated-types_0.6.0.bb | 14 ++ .../python/python3-cloudpickle_3.0.0.bb | 18 ++ .../python/python3-dirty-equals_0.7.1.bb | 21 +++ .../python/python3-pydantic-core-crates.inc | 166 ++++++++++++++++++ .../python/python3-pydantic-core/run-ptest | 3 + .../python/python3-pydantic-core_2.14.5.bb | 40 +++++ .../python/python3-pydantic/run-ptest | 3 + .../python/python3-pydantic_2.5.2.bb | 32 +++- 9 files changed, 298 insertions(+), 1 deletion(-) create mode 100644 meta-python/recipes-devtools/python/python3-annotated-types_0.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-cloudpickle_3.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-dirty-equals_0.7.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc create mode 100644 meta-python/recipes-devtools/python/python3-pydantic-core/run-ptest create mode 100644 meta-python/recipes-devtools/python/python3-pydantic-core_2.14.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-pydantic/run-ptest -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#107292): https://lists.openembedded.org/g/openembedded-devel/message/107292 Mute This Topic: https://lists.openembedded.org/mt/103045272/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
