diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-04-06 18:40:31 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-06 18:46:25 -0700 |
| commit | 6a3128f17bff0a086bcc8fbf28205a4de432013b (patch) | |
| tree | a0ab78895493a924ce7c2a85a8d3603fe368e068 /meta-python/recipes-devtools/python/python3-web3_7.10.0.bb | |
| parent | ed91d5280b9bd09f5ac031ed7dfecb0e7883c4dd (diff) | |
| download | meta-openembedded-6a3128f17bff0a086bcc8fbf28205a4de432013b.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-web3_7.10.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-web3_7.10.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 e9f067aa96..f677585638 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,3 +24,6 @@ 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" | ||
