summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-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