Message ID | 20250407052037.502341-4-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-python,1/7] python3-pydantic-core: Upgrade to 2.33.1 | expand |
diff --git a/meta-python/recipes-devtools/python/python3-lief_0.16.4.bb b/meta-python/recipes-devtools/python/python3-lief_0.16.4.bb index 294f8fd1ad..67bbcbf7b1 100644 --- a/meta-python/recipes-devtools/python/python3-lief_0.16.4.bb +++ b/meta-python/recipes-devtools/python/python3-lief_0.16.4.bb @@ -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"
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> --- meta-python/recipes-devtools/python/python3-lief_0.16.4.bb | 2 ++ 1 file changed, 2 insertions(+)