python3-lief: Skip to build on riscv32

It needs pydantic during build

   | ERROR Missing dependencies:
   |   pydantic>=2.8.2
   |   pydantic-core==2.33.0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-04-06 21:13:57 -07:00
parent 6a3128f17b
commit 67d9edf991
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -33,5 +33,7 @@ DEPENDS += "\
"
# https://github.com/lief-project/LIEF/commit/3def579f75965aa19c021d840a759bce2afc0a31#r152197203
COMPATIBLE_HOST:x86 = "null"
# Needs pydantic and pydantic-core
COMPATIBLE_HOST:riscv32 = "null"
BBCLASSEXTEND = "native nativesdk"