diff mbox series

[meta-python,3/4] python3-pydantic: Enable riscv32 builds

Message ID 20250419073327.2468160-3-raj.khem@gmail.com
State Accepted, archived
Headers show
Series [meta-oe,1/4] gphoto2: Use :space: to identify space characters | expand

Commit Message

Khem Raj April 19, 2025, 7:33 a.m. UTC
python3-pydantic-core has been fixed to work with riscv32

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb
index 03a9483f5b..704d4ad98b 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb
@@ -70,6 +70,3 @@  do_install_ptest:append() {
 }
 
 BBCLASSEXTEND = "native nativesdk"
-
-# Needs pydantic-core to be buildable
-COMPATIBLE_HOST:riscv32 = "null"