summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-04-19 19:41:27 -0700
committerKhem Raj <raj.khem@gmail.com>2025-04-19 19:46:42 -0700
commitc7073b467971f9f25f9c8012ca6ca7cf1ff36ad9 (patch)
treed3bb6205f37191ae728ecbfdee14c082e04fd311 /meta-python/recipes-devtools
parentcc119a9f9c1873bf0464a7925ac7f24bcc7fe73b (diff)
downloadmeta-openembedded-c7073b467971f9f25f9c8012ca6ca7cf1ff36ad9.tar.gz
python3-pydantic: Use tip of trunk
Its needed for using pydantic-core 2.34 support Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb
index 704d4ad98b..c323534e12 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb
@@ -9,9 +9,13 @@ HOMEPAGE = "https://github.com/samuelcolvin/pydantic"
9LICENSE = "MIT" 9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
11 11
12inherit pypi python_hatchling ptest-python-pytest 12inherit python_hatchling ptest-python-pytest
13 13
14SRC_URI[sha256sum] = "7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3" 14SRCREV = "bce81efdeac1cbefd0196b478a32aa2586bd595a"
15PV .= "+git"
16SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=main"
17
18S = "${WORKDIR}/git"
15 19
16DEPENDS += "python3-hatch-fancy-pypi-readme-native" 20DEPENDS += "python3-hatch-fancy-pypi-readme-native"
17 21