From 6a3128f17bff0a086bcc8fbf28205a4de432013b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 6 Apr 2025 18:40:31 -0700 Subject: pydantic: Mark host incompatible on RISCV32 pydantic-core needs to be ported to work on rv32 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-web3_7.10.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-web3_7.10.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-web3_7.10.0.bb b/meta-python/recipes-devtools/python/python3-web3_7.10.0.bb index e9f067aa96..f677585638 100644 --- a/meta-python/recipes-devtools/python/python3-web3_7.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-web3_7.10.0.bb @@ -24,3 +24,6 @@ RDEPENDS:${PN} += " \ python3-websockets \ python3-pyunormalize \ " + +# Needs python3-pydantic to be buildable on rv32 +COMPATIBLE_HOST:riscv32 = "null" -- cgit v1.2.3-54-g00ecf