1config BR2_PACKAGE_PYTHON_PYDANTIC
2	bool "python-pydantic"
3	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-pydantic-core
4	select BR2_PACKAGE_PYTHON_ANNOTATED_TYPES # runtime
5	select BR2_PACKAGE_PYTHON_PYDANTIC_CORE # runtime
6	select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
7	help
8	  Data validation and settings management using python 3.6
9	  type hinting.
10
11	  https://github.com/pydantic/pydantic
12