summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-01-29 13:40:37 +0200
committerKhem Raj <raj.khem@gmail.com>2025-01-29 17:43:05 -0800
commitac3524962d46d8459feee89a01a2552ae2d81742 (patch)
treef5ce798007cfd295c85943c0429d86a7341a69ad /meta-python
parent9e29862d461b41e7483feedaf1af2894d73b81f8 (diff)
downloadmeta-openembedded-ac3524962d46d8459feee89a01a2552ae2d81742.tar.gz
python3-pydantic: Add native and nativesdk
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb2
1 files changed, 2 insertions, 0 deletions
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() {
67 rm -rf ${D}${PTEST_PATH}/tests/benchmarks 67 rm -rf ${D}${PTEST_PATH}/tests/benchmarks
68 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 68 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
69} 69}
70
71BBCLASSEXTEND = "native nativesdk"