Bug 1842228
| Summary: | F33FailsToInstall: python3-pyvex | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Raits <igor.raits> |
| Component: | python-pyvex | Assignee: | W. Michael Petullo <redhat> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | mhroncok, mike, redhat |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-06-06 08:08:47 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: | 1803235 | ||
|
Description
Igor Raits
2020-05-31 08:08:02 UTC
I am not sure what is going on here. I suspect this is due to the Python update in Rawhide. The initial comment above mentioned a Koji build, but I do not see a build or install log. https://bugzilla.redhat.com/show_bug.cgi?id=1785415#c3 states that ~150 packages need to be rebuilt, but it is not clear if this will take place in an automated fashion. I am going to let things settle a bit before I try to address this. This doesn't not seem to be related to the Python 3.9 update. It is because python3-pyvex requires python3.9dist(archinfo) = 8.20.5.27, but we have 8.20.6. pyvex-8.20.5.27/setup.py has:
install_requires=[
'pycparser',
'cffi>=1.0.3',
'archinfo==8.20.5.27',
'bitstring',
'future',
],
Should be fixed by https://koji.fedoraproject.org/koji/buildinfo?buildID=1521318. Hello, Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (ignatenkobrain). All subpackages of a package agaisnt which this bug was filled are now installable or removed from Fedora 33. Thanks for taking care of it! |