mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: ============ Fix broken parametrized bases handling with GenericModels with complex sets of models Invalidate mypy cache if plugin config changes Fix RecursionError when deep-copying dataclass types wrapped by pydantic Fix X | Y union syntax breaking GenericModel Switch coverage badge to show coverage for this branch/release Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
603 B
BlitzBasic
21 lines
603 B
BlitzBasic
SUMMARY = "Data validation and settings management using Python type hinting"
|
|
HOMEPAGE = "https://github.com/samuelcolvin/pydantic"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[sha256sum] = "9e337ac83686645a46db0e825acceea8e02fca4062483f40e9ae178e8bd1103a"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-typing-extensions \
|
|
${PYTHON_PN}-core \
|
|
${PYTHON_PN}-numbers \
|
|
${PYTHON_PN}-json \
|
|
${PYTHON_PN}-datetime \
|
|
${PYTHON_PN}-io \
|
|
${PYTHON_PN}-netclient \
|
|
${PYTHON_PN}-image \
|
|
${PYTHON_PN}-logging \
|
|
"
|