Bug 1830717

Summary: FTI: mysql-connector-python: mysql-connector-python3
Product: [Fedora] Fedora Reporter: Dominik 'Rathann' Mierzejewski <dominik>
Component: mysql-connector-pythonAssignee: David Hannequin <david.hannequin>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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
Hello,

Your package (mysql-connector-python3) Fails To Install in Fedora 33:

---
Error: 
 Problem: conflicting requests
  - nothing provides python3.8dist(protobuf) = 3.11.2 needed by mysql-connector-python3-8.0.19-3.fc33.noarch
---

protobuf version is hard-coded in the package (https://src.fedoraproject.org/rpms/mysql-connector-python/blob/master/f/protobuf_version.patch#_10) and protobuf was updated to 3.11.4 in rawhide (https://src.fedoraproject.org/rpms/protobuf/c/f55b5e0088ece6af028276d772426b3094b1a469?branch=master). Please keep an eye on protobuf and coordinate future updates with its maintainer.

Comment 1 Dominik 'Rathann' Mierzejewski 2020-05-03 11:56:45 UTC
Adding protobuf maintainer to Cc.

Comment 2 Michal Schorm 2020-05-05 12:42:35 UTC
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.

Comment 3 Dominik 'Rathann' Mierzejewski 2020-05-05 13:24:20 UTC
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.

Comment 4 Michal Schorm 2020-05-05 14:17:51 UTC
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.

Comment 5 Michal Schorm 2020-05-05 14:17:52 UTC
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.

Comment 6 Lukas Javorsky 2020-06-23 13:07:58 UTC
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.