summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic-core_2.33.1.bb3
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic_2.11.2.bb3
-rw-r--r--meta-python/recipes-devtools/python/python3-web3_7.10.0.bb3
3 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.33.1.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.33.1.bb
index 687158815a..c7e57cff5b 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.33.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.33.1.bb
@@ -46,3 +46,6 @@ do_install_ptest:append () {
46} 46}
47 47
48BBCLASSEXTEND = "native nativesdk" 48BBCLASSEXTEND = "native nativesdk"
49
50# It needs bitvec to adopt radum 1.x see https://github.com/ferrilab/bitvec/pull/220
51COMPATIBLE_HOST:riscv32 = "null"
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.11.2.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.11.2.bb
index c0b488cba4..896a8d6471 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.11.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.11.2.bb
@@ -70,3 +70,6 @@ do_install_ptest:append() {
70} 70}
71 71
72BBCLASSEXTEND = "native nativesdk" 72BBCLASSEXTEND = "native nativesdk"
73
74# Needs pydantic-core to be buildable
75COMPATIBLE_HOST:riscv32 = "null"
diff --git a/meta-python/recipes-devtools/python/python3-web3_7.10.0.bb b/meta-python/recipes-devtools/python/python3-web3_7.10.0.bb
index e9f067aa96..f677585638 100644
--- a/meta-python/recipes-devtools/python/python3-web3_7.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_7.10.0.bb
@@ -24,3 +24,6 @@ RDEPENDS:${PN} += " \
24 python3-websockets \ 24 python3-websockets \
25 python3-pyunormalize \ 25 python3-pyunormalize \
26" 26"
27
28# Needs python3-pydantic to be buildable on rv32
29COMPATIBLE_HOST:riscv32 = "null"