mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
pydantic: Mark host incompatible on RISCV32
pydantic-core needs to be ported to work on rv32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ed91d5280b
commit
6a3128f17b
|
|
@ -471,6 +471,8 @@ 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 \
|
||||
|
|
|
|||
|
|
@ -46,3 +46,6 @@ do_install_ptest:append () {
|
|||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# It needs bitvec to adopt radum 1.x see https://github.com/ferrilab/bitvec/pull/220
|
||||
COMPATIBLE_HOST:riscv32 = "null"
|
||||
|
|
|
|||
|
|
@ -70,3 +70,6 @@ do_install_ptest:append() {
|
|||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# Needs pydantic-core to be buildable
|
||||
COMPATIBLE_HOST:riscv32 = "null"
|
||||
|
|
|
|||
|
|
@ -24,3 +24,6 @@ RDEPENDS:${PN} += " \
|
|||
python3-websockets \
|
||||
python3-pyunormalize \
|
||||
"
|
||||
|
||||
# Needs python3-pydantic to be buildable on rv32
|
||||
COMPATIBLE_HOST:riscv32 = "null"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user