summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-16 16:29:25 +0800
committerKhem Raj <raj.khem@gmail.com>2023-11-17 11:38:22 -0800
commit1a108cc4bbf86644935cf9cdeca55730514436ee (patch)
tree0d61b60d11ee81fab125bf2171b3c0b9097908fc /meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb
parent6b0eb1807e90f641dc05633ac67cbd521637098d (diff)
downloadmeta-openembedded-1a108cc4bbf86644935cf9cdeca55730514436ee.tar.gz
python3-pydantic: upgrade 2.4.2 -> 2.5.0
Changelog: https://docs.pydantic.dev/latest/changelog/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb
deleted file mode 100644
index a83789d977..0000000000
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "Data validation and settings management using Python type hinting"
2HOMEPAGE = "https://github.com/samuelcolvin/pydantic"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
5
6inherit pypi python_hatchling
7
8SRC_URI[sha256sum] = "94f336138093a5d7f426aac732dcfe7ab4eb4da243c88f891d65deb4a2556ee7"
9
10DEPENDS += "python3-hatch-fancy-pypi-readme-native"
11
12RDEPENDS:${PN} += "\
13 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 \
23"