kumquat-buildroot/package/python-pydantic/Config.in
James Hilliard 05a259ed41 package/python-pydantic: bump to version 2.5.2
Add new python-annotated-types runtime dependency.

Add new python-pydantic-core runtime dependency.

Migrate build backend from setuptools to hatchling.

License hash changed due to adding contributors:
7bc9c6525a

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-11-26 18:09:39 +01:00

12 lines
421 B
Plaintext

config BR2_PACKAGE_PYTHON_PYDANTIC
bool "python-pydantic"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-pydantic-core
select BR2_PACKAGE_PYTHON_ANNOTATED_TYPES # runtime
select BR2_PACKAGE_PYTHON_PYDANTIC_CORE # runtime
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
help
Data validation and settings management using python 3.6
type hinting.
https://github.com/pydantic/pydantic