Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [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 | |
| 6 | inherit pypi setuptools3 |
| 7 | |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 8 | SRC_URI[sha256sum] = "cfc83c0678b6ba51b0532bea66860617c4cd4251ecf76e9846fa5a9f3454e97e" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 9 | |
| 10 | RDEPENDS:${PN} += "\ |
Patrick Williams | b542dec | 2023-06-09 01:26:37 -0500 | [diff] [blame] | 11 | 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 Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 21 | " |