diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-04-19 00:26:01 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-19 14:36:08 -0700 |
commit | cc119a9f9c1873bf0464a7925ac7f24bcc7fe73b (patch) | |
tree | 5cc9c5ed88156a3d33569c732a640563a11cbf94 /meta-python | |
parent | 467110cf48407eb7fc1e78d7cf2674c5be7c5317 (diff) | |
download | meta-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')
-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" | ||