Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 1 | SUMMARY = "Data validation and settings management using Python type hinting" |
2 | HOMEPAGE = "https://github.com/samuelcolvin/pydantic" | ||||
3 | LICENSE = "MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757" | ||||
5 | RDEPENDS:${PN} += "\ | ||||
6 | python3-typing-extensions \ | ||||
7 | " | ||||
8 | |||||
9 | inherit pypi setuptools3 | ||||
10 | |||||
11 | SRC_URI[sha256sum] = "1ed987c3ff29fff7fd8c3ea3a3ea877ad310aae2ef9889a119e22d3f2db0691a" |