Bug 1830717
| Summary: | FTI: mysql-connector-python: mysql-connector-python3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dominik 'Rathann' Mierzejewski <dominik> |
| Component: | mysql-connector-python | Assignee: | David Hannequin <david.hannequin> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | adrian, david.hannequin, hhorak, ljavorsk, mschorm, pahan |
| 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-23 13:07:58 UTC | Type: | Bug |
| 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: | 1830662 | ||
|
Description
Dominik 'Rathann' Mierzejewski
2020-05-03 11:55:48 UTC
Adding protobuf maintainer to Cc. Seems to me the upstream fixed that in the latest release: 8.0.20. Instead of: install_requires = ["protobuf==3.6.1", "dnspython==1.16.0"] They started to use: install_requires = ["protobuf>=3.0.0"] I made a rebase to the latest upstream release and built it against Rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=44116612 Please test the update and let me know it it works for you. I'm not sure how you submitted the update, but it's not in the rawhide tag. Installation in mock works, so I assume it's going to fix the broken dependencies once it gets into the buildroot. The BODHI updates for Rawhide are generated automaticly from the successful builds. Here it is: https://bodhi.fedoraproject.org/updates/FEDORA-2020-f61b42e9f3 However, it still can take some time to get to Rawhide. The BODHI updates for Rawhide are generated automaticly from the successful builds. Here it is: https://bodhi.fedoraproject.org/updates/FEDORA-2020-f61b42e9f3 However, it still can take some time to get to Rawhide. I've tested the installation on f33 (rawhide) and f32 which both seems to be working correctly. So I'm closing this one. Feel free to reopen it if something is not right. |