blob: 3750d49a97378f19fbe9686c90489b62df6e3d45 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "Data validation and settings management using Python type hinting"
2HOMEPAGE = "https://github.com/samuelcolvin/pydantic"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
5
6inherit pypi python_hatchling
7
Patrick Williamsda295312023-12-05 16:48:56 -06008SRC_URI[sha256sum] = "ff177ba64c6faf73d7afa2e8cad38fd456c0dbe01c9954e71038001cd15a6edd"
Patrick Williamsac13d5f2023-11-24 18:59:46 -06009
10DEPENDS += "python3-hatch-fancy-pypi-readme-native"
11
12RDEPENDS:${PN} += "\
13 python3-core \
14 python3-datetime \
15 python3-image \
16 python3-io \
17 python3-json \
18 python3-logging \
19 python3-netclient \
20 python3-numbers \
21 python3-profile \
22 python3-typing-extensions \
23"