diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic_2.9.2.bb (renamed from meta-python/recipes-devtools/python/python3-pydantic_2.8.2.bb) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.8.2.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.9.2.bb index de610d7815..b776d05dce 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic_2.8.2.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic_2.9.2.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6" | |||
11 | 11 | ||
12 | inherit pypi python_hatchling | 12 | inherit pypi python_hatchling |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "6f62c13d067b0755ad1c21a34bdd06c0c12625a22b0fc09c6b149816604f7c2a" | 14 | SRC_URI[sha256sum] = "d155cef71265d1e9807ed1c32b4c8deec042a44a50a4188b25ac67ecd81a9c0f" |
15 | 15 | ||
16 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" | 16 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" |
17 | 17 | ||
@@ -24,12 +24,15 @@ RDEPENDS:${PN} += "\ | |||
24 | python3-image \ | 24 | python3-image \ |
25 | python3-io \ | 25 | python3-io \ |
26 | python3-json \ | 26 | python3-json \ |
27 | python3-jsonschema \ | ||
27 | python3-logging \ | 28 | python3-logging \ |
28 | python3-netclient \ | 29 | python3-netclient \ |
29 | python3-numbers \ | 30 | python3-numbers \ |
30 | python3-profile \ | 31 | python3-profile \ |
31 | python3-pydantic-core \ | 32 | python3-pydantic-core \ |
32 | python3-typing-extensions \ | 33 | python3-typing-extensions \ |
34 | python3-tzdata \ | ||
35 | python3-zoneinfo \ | ||
33 | " | 36 | " |
34 | 37 | ||
35 | inherit ptest | 38 | inherit ptest |
@@ -38,6 +41,8 @@ RDEPENDS:${PN}-ptest += "\ | |||
38 | python3-cloudpickle \ | 41 | python3-cloudpickle \ |
39 | python3-dirty-equals \ | 42 | python3-dirty-equals \ |
40 | python3-email-validator \ | 43 | python3-email-validator \ |
44 | python3-html \ | ||
45 | python3-hypothesis \ | ||
41 | python3-pydoc \ | 46 | python3-pydoc \ |
42 | python3-pytest \ | 47 | python3-pytest \ |
43 | python3-pytest-mock \ | 48 | python3-pytest-mock \ |