pydantic-core module has been fixed to build on riscv32 so re-enable it Signed-off-by: Khem Raj <raj.khem@gmail.com>
@@ -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 \
@@ -24,6 +24,3 @@ RDEPENDS:${PN} += " \
python3-websockets \
python3-pyunormalize \
-
-# Needs python3-pydantic to be buildable on rv32
-COMPATIBLE_HOST:riscv32 = "null"