From 9e29862d461b41e7483feedaf1af2894d73b81f8 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 29 Jan 2025 13:40:36 +0200 Subject: python3-pydantic-core: Add native and nativesdk To build python3-lief we need python3-pydantic-native. To build python3-pydantic-native we need python3-pydantic-core-native. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb index 063730372b..7b84a3a6f7 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb @@ -44,3 +44,5 @@ do_install_ptest:append () { cp -rf ${S}/tests/ ${D}${PTEST_PATH}/ sed -i -e "/--automake/ s/$/ -k 'not test_model_class_root_validator_wrap and not test_model_class_root_validator_before and not test_model_class_root_validator_after'/" ${D}${PTEST_PATH}/run-ptest } + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf