diff options
Diffstat (limited to 'meta-python')
-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 | ||