| Message ID | 20250419073327.2468160-4-raj.khem@gmail.com |
|---|---|
| State | Accepted, archived |
| Headers | show |
| Series | [meta-oe,1/4] gphoto2: Use :space: to identify space characters | expand |
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 = "\ telepathy-python3 \ unattended-upgrades \ " -# Due to pydantic not being buildable on rv32 -RDEPENDS:packagegroup-meta-python3:remove:riscv32 = "python3-web3" RDEPENDS:packagegroup-meta-python3-ptest = "\ 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} += " \ python3-websockets \ python3-pyunormalize \ " - -# Needs python3-pydantic to be buildable on rv32 -COMPATIBLE_HOST:riscv32 = "null"
pydantic-core module has been fixed to build on riscv32 so re-enable it Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 2 -- meta-python/recipes-devtools/python/python3-web3_7.10.0.bb | 3 --- 2 files changed, 5 deletions(-)