summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-web3_7.10.0.bb3
2 files changed, 0 insertions, 5 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index b8cb47538c..6866ed93cb 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -471,8 +471,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
471 telepathy-python3 \ 471 telepathy-python3 \
472 unattended-upgrades \ 472 unattended-upgrades \
473" 473"
474# Due to pydantic not being buildable on rv32
475RDEPENDS:packagegroup-meta-python3:remove:riscv32 = "python3-web3"
476 474
477RDEPENDS:packagegroup-meta-python3-ptest = "\ 475RDEPENDS:packagegroup-meta-python3-ptest = "\
478 python3-ansicolors-ptest \ 476 python3-ansicolors-ptest \
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"