summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic_2.5.2.bb10
1 files changed, 9 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.5.2.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.5.2.bb
index 3750d49a97..226c58e876 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.5.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.5.2.bb
@@ -1,4 +1,10 @@
1SUMMARY = "Data validation and settings management using Python type hinting" 1SUMMARY = "Data validation using Python type hinting"
2DESCRIPTION = "Data validation and settings management using Python \
3type hints.\
4\
5Fast and extensible, Pydantic plays nicely with your linters/IDE/brain. \
6Define how data should be in pure, canonical Python 3.7+; validate it with \
7Pydantic."
2HOMEPAGE = "https://github.com/samuelcolvin/pydantic" 8HOMEPAGE = "https://github.com/samuelcolvin/pydantic"
3LICENSE = "MIT" 9LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
@@ -10,6 +16,7 @@ SRC_URI[sha256sum] = "ff177ba64c6faf73d7afa2e8cad38fd456c0dbe01c9954e71038001cd1
10DEPENDS += "python3-hatch-fancy-pypi-readme-native" 16DEPENDS += "python3-hatch-fancy-pypi-readme-native"
11 17
12RDEPENDS:${PN} += "\ 18RDEPENDS:${PN} += "\
19 python3-annotated-types \
13 python3-core \ 20 python3-core \
14 python3-datetime \ 21 python3-datetime \
15 python3-image \ 22 python3-image \
@@ -19,5 +26,6 @@ RDEPENDS:${PN} += "\
19 python3-netclient \ 26 python3-netclient \
20 python3-numbers \ 27 python3-numbers \
21 python3-profile \ 28 python3-profile \
29 python3-pydantic-core \
22 python3-typing-extensions \ 30 python3-typing-extensions \
23" 31"