diff mbox series

[meta-python,5/7] python3-pydantic: Add native and nativesdk

Message ID 20250129114039.3562870-5-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/7] python3-scikit-build-core: Use PYTHON_INCLUDE_DIR | expand

Commit Message

Leon Anavi Jan. 29, 2025, 11:40 a.m. UTC
To build python3-lief we need python3-pydantic-native.

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb
index cf211972da..77568a368a 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb
@@ -67,3 +67,5 @@  do_install_ptest:append() {
     rm -rf ${D}${PTEST_PATH}/tests/benchmarks
     sed -i -e "/--automake/ s/$/ -k 'not test_config_validation_error_cause and not test_dataclass_config_validate_default and not test_annotated_validator_nested and not test_use_bare and not test_use_no_fields and not test_validator_bad_fields_throws_configerror and not test_assert_raises_validation_error and not test_model_config_validate_default'/" ${D}${PTEST_PATH}/run-ptest
 }
+
+BBCLASSEXTEND = "native nativesdk"