Bug 2466676
| Summary: | python-eth-keys: FTBFS in Fedora Rawhide: 6 tests fail with ImportError | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> |
| Component: | python-eth-keys | Assignee: | Peter Lemenkov <lemenkov> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | lemenkov |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| URL: | https://koschei.fedoraproject.org/package/python-eth-keys | ||
| Whiteboard: | |||
| Fixed In Version: | python-eth-keys-0.7.0-7.fc45 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-05-06 12:43:56 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2412434, 2433833 | ||
|
Description
Karolina Surma
2026-05-05 09:24:50 UTC
Fixed by adding python3-cffi to BuildRequires. The missing _cffi_backend module (provided by python3-cffi) was causing coincurve to fail to import during tests. python-eth-keys-0.7.0-7.fc45 fully addresses this FTBFS issue. |