1config BR2_PACKAGE_PYTHON_PYDANTIC_CORE
2	bool "python-pydantic-core"
3	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
4	select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
5	help
6	  Core validation logic for pydantic written in rust.
7
8	  https://github.com/pydantic/pydantic-core
9