diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-06-12 12:46:20 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-12 12:50:45 -0700 |
| commit | 39d164f0c33d24f40e676aac152dfe50f2c00695 (patch) | |
| tree | 6b75810edf7fd194338ce04441864248d3bf090f /meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb | |
| parent | 3eb7dd257b74b04fe6d513144eb988159fa501a0 (diff) | |
| download | meta-openembedded-39d164f0c33d24f40e676aac152dfe50f2c00695.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>
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 f510645222..c5ce1ff110 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" |
