python: add Pydantic data validation package

Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Clément Péron 2022-07-31 13:38:31 +02:00 committed by Khem Raj
parent 23fd82ca29
commit 9abda48aa1

View File

@ -0,0 +1,11 @@
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"
RDEPENDS:${PN} += "\
python3-typing-extensions \
"
inherit pypi setuptools3
SRC_URI[sha256sum] = "1ed987c3ff29fff7fd8c3ea3a3ea877ad310aae2ef9889a119e22d3f2db0691a"