summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pydantic_2.11.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydantic_2.11.7.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic_2.11.7.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.11.7.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.11.7.bb
index 250a433726..e603e7dccd 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.11.7.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.11.7.bb
@@ -11,10 +11,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
11 11
12inherit python_hatchling ptest-python-pytest 12inherit python_hatchling ptest-python-pytest
13 13
14SRCREV = "702aaa6354cc30ae815676c57a8bbb4557ccb295" 14SRCREV = "9b52422377d974ffc3de4e8b0bf7faab1acf2ec4"
15PV .= "+git" 15PV .= "+git"
16SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=main" 16SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=main"
17SRC_URI += "file://0001-pyprojects-Bump-pydantic-core-to-2.35.2.patch"
18DEPENDS += "python3-hatch-fancy-pypi-readme-native" 17DEPENDS += "python3-hatch-fancy-pypi-readme-native"
19 18
20RECIPE_NO_UPDATE_REASON = "Must be updated in sync with python3-pydantic-core." 19RECIPE_NO_UPDATE_REASON = "Must be updated in sync with python3-pydantic-core."