summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-06-12 12:46:20 -0700
committerKhem Raj <raj.khem@gmail.com>2024-06-12 12:50:45 -0700
commit39d164f0c33d24f40e676aac152dfe50f2c00695 (patch)
tree6b75810edf7fd194338ce04441864248d3bf090f /meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb
parent3eb7dd257b74b04fe6d513144eb988159fa501a0 (diff)
downloadmeta-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.bb3
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"
8LICENSE = "MIT" 8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=ab599c188b4a314d2856b3a55030c75c" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=ab599c188b4a314d2856b3a55030c75c"
10 10
11SRC_URI += "file://0001-Bumps-pyo3-https-github.com-pyo3-pyo3-from-0.20.2-to.patch" 11SRC_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"
12SRC_URI[sha256sum] = "1cac689f80a3abab2d3c0048b29eea5751114054f032a941a32de4c852c59cad" 13SRC_URI[sha256sum] = "1cac689f80a3abab2d3c0048b29eea5751114054f032a941a32de4c852c59cad"
13 14
14DEPENDS = "python3-maturin-native python3-typing-extensions" 15DEPENDS = "python3-maturin-native python3-typing-extensions"