meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core
Khem Raj 543dc3fa10
python3-pydantic-core: Fix build on rv32
version needs getrandom from musl libc on musl targets but
rust libc locked in for this target is older than the change
needed for this to work on newer architectures

Fixes
| error[E0425]: cannot find value `getrandom` in crate `libc`
|   --> /usr/src/debug/python3-pydantic-core/2.35.2/sources/cargo_home/bitbake/getrandom-0.3.3/src/backends/linux_android_with_fallback.rs:34:39

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-23 08:46:33 -07:00
..
0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch python3-pydantic-core: upgrade 2.34.1. -> 2.35.2 2025-07-23 08:46:33 -07:00
0001-musl-enable-getrandom-on-all-musl-platforms.patch python3-pydantic-core: Fix build on rv32 2025-07-23 08:46:33 -07:00
0001-Upgrade-radium-to-1.0.patch