Message ID | 20250129114039.3562870-4-leon.anavi@konsulko.com |
---|---|
State | Accepted |
Headers | show |
Series | [meta-python,1/7] python3-scikit-build-core: Use PYTHON_INCLUDE_DIR | expand |
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"
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 <leon.anavi@konsulko.com> --- .../recipes-devtools/python/python3-pydantic-core_2.27.2.bb | 2 ++ 1 file changed, 2 insertions(+)