summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic_1.9.1.bb
blob: 1d113c9c503ca77d18078261ed19c7d1ed5e4edc (plain)
1
2
3
4
5
6
7
8
9
10
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"