blob: 6d06650eb065cd59ffcf0b142033019500240e74 [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"
Andrew Geissler220dafd2023-10-04 10:18:08 -05004LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
Andrew Geissler517393d2023-01-13 08:55:19 -06005
Andrew Geissler220dafd2023-10-04 10:18:08 -05006inherit pypi python_hatchling
Andrew Geissler517393d2023-01-13 08:55:19 -06007
Andrew Geissler220dafd2023-10-04 10:18:08 -05008SRC_URI[sha256sum] = "b172505886028e4356868d617d2d1a776d7af1625d1313450fd51bdd19d9d61f"
9
10DEPENDS += "python3-hatch-fancy-pypi-readme-native"
Andrew Geissler517393d2023-01-13 08:55:19 -060011
12RDEPENDS:${PN} += "\
Patrick Williamsb542dec2023-06-09 01:26:37 -050013 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 \
Andrew Geissler517393d2023-01-13 08:55:19 -060023"