blob: 9d59cf8598da56a04cdcbc38c1795f53a0c78eec [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "Data validation and settings management using Python type hinting"
2HOMEPAGE = "https://github.com/samuelcolvin/pydantic"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757"
5
6inherit pypi setuptools3
7
Patrick Williams8e7b46e2023-05-01 14:19:06 -05008SRC_URI[sha256sum] = "cfc83c0678b6ba51b0532bea66860617c4cd4251ecf76e9846fa5a9f3454e97e"
Andrew Geissler517393d2023-01-13 08:55:19 -06009
10RDEPENDS:${PN} += "\
Patrick Williamsb542dec2023-06-09 01:26:37 -050011 python3-core \
12 python3-datetime \
13 python3-image \
14 python3-io \
15 python3-json \
16 python3-logging \
17 python3-netclient \
18 python3-numbers \
19 python3-profile \
20 python3-typing-extensions \
Andrew Geissler517393d2023-01-13 08:55:19 -060021"