blob: 609411fe1479ba55d6925b83e396482beebb6e16 [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
8SRC_URI[sha256sum] = "0b8be5413c06aadfbe56f6dc1d45c9ed25fd43264414c571135c97dd77c2bedb"
9
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"