python3-pydantic: Use tip of trunk

Its needed for using pydantic-core 2.34 support

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2025-04-19 19:41:27 -07:00
parent cc119a9f9c
commit c7073b4679

View File

@@ -9,9 +9,13 @@ HOMEPAGE = "https://github.com/samuelcolvin/pydantic"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
inherit pypi python_hatchling ptest-python-pytest
inherit python_hatchling ptest-python-pytest
SRC_URI[sha256sum] = "7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3"
SRCREV = "bce81efdeac1cbefd0196b478a32aa2586bd595a"
PV .= "+git"
SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=main"
S = "${WORKDIR}/git"
DEPENDS += "python3-hatch-fancy-pypi-readme-native"