diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-06-12 12:46:20 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-08-03 12:25:17 -0400 |
| commit | 2338409efc51cf2022ff5610a9fb689251706e2b (patch) | |
| tree | e39bc612e86a6d2f9cc544136b3e99b769629890 /meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb | |
| parent | 8f59b84cdd08ffb8c3b4646188f9580aa3d2a608 (diff) | |
| download | meta-openembedded-2338409efc51cf2022ff5610a9fb689251706e2b.tar.gz | |
python3-pydantic-core: Fix build with python 3.12.4
This needs to be upgraded to 2.19+ but until then
backport a fix to keep it building.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Tim Orling <ticotimo@gmail.com>
(cherry picked from commit 39d164f0c33d24f40e676aac152dfe50f2c00695)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb index faa291ea6d..455df8e4e3 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb | |||
| @@ -8,7 +8,8 @@ HOMEPAGE = "https://github.com/pydantic/pydantic-core" | |||
| 8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab599c188b4a314d2856b3a55030c75c" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab599c188b4a314d2856b3a55030c75c" |
| 10 | 10 | ||
| 11 | SRC_URI += "file://0001-Bumps-pyo3-https-github.com-pyo3-pyo3-from-0.20.2-to.patch" | 11 | SRC_URI += "file://0001-Bumps-pyo3-https-github.com-pyo3-pyo3-from-0.20.2-to.patch \ |
| 12 | file://0001-Fix-generate_self_schema-for-Python-3.12-1299.patch" | ||
| 12 | SRC_URI[sha256sum] = "1cac689f80a3abab2d3c0048b29eea5751114054f032a941a32de4c852c59cad" | 13 | SRC_URI[sha256sum] = "1cac689f80a3abab2d3c0048b29eea5751114054f032a941a32de4c852c59cad" |
| 13 | 14 | ||
| 14 | DEPENDS = "python3-maturin-native python3-typing-extensions" | 15 | DEPENDS = "python3-maturin-native python3-typing-extensions" |
