diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-04-19 19:41:27 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-19 19:46:42 -0700 |
commit | c7073b467971f9f25f9c8012ca6ca7cf1ff36ad9 (patch) | |
tree | d3bb6205f37191ae728ecbfdee14c082e04fd311 /meta-python/recipes-devtools | |
parent | cc119a9f9c1873bf0464a7925ac7f24bcc7fe73b (diff) | |
download | meta-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.bb | 8 |
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" | |||
9 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6" |
11 | 11 | ||
12 | inherit pypi python_hatchling ptest-python-pytest | 12 | inherit python_hatchling ptest-python-pytest |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3" | 14 | SRCREV = "bce81efdeac1cbefd0196b478a32aa2586bd595a" |
15 | PV .= "+git" | ||
16 | SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=main" | ||
17 | |||
18 | S = "${WORKDIR}/git" | ||
15 | 19 | ||
16 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" | 20 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" |
17 | 21 | ||