mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
python3-pydantic: fix RDEPENDS
* Newer python3-pydantic offloaded some of its code to python3-pydantic-core * Add python3-annotated-types to RDEPENDS. * Add DESCRIPTION and trim SUMMARY. Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0b1b5efeb5
commit
537a9e24c6
|
|
@ -1,4 +1,10 @@
|
|||
SUMMARY = "Data validation and settings management using Python type hinting"
|
||||
SUMMARY = "Data validation using Python type hinting"
|
||||
DESCRIPTION = "Data validation and settings management using Python \
|
||||
type hints.\
|
||||
\
|
||||
Fast and extensible, Pydantic plays nicely with your linters/IDE/brain. \
|
||||
Define how data should be in pure, canonical Python 3.7+; validate it with \
|
||||
Pydantic."
|
||||
HOMEPAGE = "https://github.com/samuelcolvin/pydantic"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
|
||||
|
|
@ -10,6 +16,7 @@ SRC_URI[sha256sum] = "ff177ba64c6faf73d7afa2e8cad38fd456c0dbe01c9954e71038001cd1
|
|||
DEPENDS += "python3-hatch-fancy-pypi-readme-native"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-annotated-types \
|
||||
python3-core \
|
||||
python3-datetime \
|
||||
python3-image \
|
||||
|
|
@ -19,5 +26,6 @@ RDEPENDS:${PN} += "\
|
|||
python3-netclient \
|
||||
python3-numbers \
|
||||
python3-profile \
|
||||
python3-pydantic-core \
|
||||
python3-typing-extensions \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user