diff options
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 2 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-web3_7.10.0.bb | 3 |
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 | ||
475 | RDEPENDS:packagegroup-meta-python3:remove:riscv32 = "python3-web3" | ||
476 | 474 | ||
477 | RDEPENDS:packagegroup-meta-python3-ptest = "\ | 475 | RDEPENDS: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 | ||
29 | COMPATIBLE_HOST:riscv32 = "null" | ||