diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-30 13:00:21 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-06 11:38:16 -0800 |
commit | 5ded36bc807fb59e47cfe10c46c52f812c514b9a (patch) | |
tree | 3067c45f20d5f111c85c7dfa14f0c99cc62c75d1 /meta-python/recipes-devtools/python/python3-pydantic_1.10.4.bb | |
parent | b73867b9d77e8050c20dc28ec449572f2185cb2a (diff) | |
download | meta-openembedded-5ded36bc807fb59e47cfe10c46c52f812c514b9a.tar.gz |
python3-pydantic: upgrade 1.10.2 -> 1.10.4
Changelog:
Change dependency to typing-extensions>=4.2.0, #4885
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_1.10.4.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic_1.10.4.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.10.4.bb b/meta-python/recipes-devtools/python/python3-pydantic_1.10.4.bb new file mode 100644 index 0000000000..c17f3024cd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pydantic_1.10.4.bb | |||
@@ -0,0 +1,20 @@ | |||
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 | |||
8 | SRC_URI[sha256sum] = "b9a3859f24eb4e097502a3be1fb4b2abb79b6103dd9e2e0edb70613a4459a648" | ||
9 | |||
10 | RDEPENDS:${PN} += "\ | ||
11 | ${PYTHON_PN}-typing-extensions \ | ||
12 | ${PYTHON_PN}-core \ | ||
13 | ${PYTHON_PN}-numbers \ | ||
14 | ${PYTHON_PN}-json \ | ||
15 | ${PYTHON_PN}-datetime \ | ||
16 | ${PYTHON_PN}-io \ | ||
17 | ${PYTHON_PN}-netclient \ | ||
18 | ${PYTHON_PN}-image \ | ||
19 | ${PYTHON_PN}-logging \ | ||
20 | " | ||