summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-04-19 00:26:01 -0700
committerKhem Raj <raj.khem@gmail.com>2025-04-19 14:36:08 -0700
commitcc119a9f9c1873bf0464a7925ac7f24bcc7fe73b (patch)
tree5cc9c5ed88156a3d33569c732a640563a11cbf94 /meta-python/recipes-devtools/python
parent467110cf48407eb7fc1e78d7cf2674c5be7c5317 (diff)
downloadmeta-openembedded-cc119a9f9c1873bf0464a7925ac7f24bcc7fe73b.tar.gz
python3-web3: Re-enable on riscv32
pydantic-core module has been fixed to build on riscv32 so re-enable it Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-web3_7.10.0.bb3
1 files changed, 0 insertions, 3 deletions
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 f677585638..e9f067aa96 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,6 +24,3 @@ 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"