mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: ============= Fix bug with JSON schema for sequence of discriminated union Fix schema references in discriminated unions Fix json schema generation for recursive models Fix models_json_schema for generic models Fix xfailed test for generic model signatures Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
24 lines
638 B
BlitzBasic
24 lines
638 B
BlitzBasic
SUMMARY = "Data validation and settings management using Python type hinting"
|
|
HOMEPAGE = "https://github.com/samuelcolvin/pydantic"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
|
|
|
|
inherit pypi python_hatchling
|
|
|
|
SRC_URI[sha256sum] = "94f336138093a5d7f426aac732dcfe7ab4eb4da243c88f891d65deb4a2556ee7"
|
|
|
|
DEPENDS += "python3-hatch-fancy-pypi-readme-native"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-core \
|
|
python3-datetime \
|
|
python3-image \
|
|
python3-io \
|
|
python3-json \
|
|
python3-logging \
|
|
python3-netclient \
|
|
python3-numbers \
|
|
python3-profile \
|
|
python3-typing-extensions \
|
|
"
|