On Tue, Apr 30, 2019 at 1:41 PM Fred Gleason fredg@paravelsystems.com wrote:
Greetings!
I am attempting to ascertain the current status of the 'python34- pycurl' and 'python34-mysql' packages on EPEL for RHEL7. It appears that these may have gone missing around the time of the addition of the 'python36-' packages about a month ago. Were these packages withdrawn intentionally? Curiously, I can still see numerous other 'python34-' packages --i.e. 'python34-requests' -- as being available. I can also see that 'python36-pycurl' and 'python36-mysql' packages both currently exist.
Any assistance greatly appreciated!
It all depended on the person who created the package. If the package was written to only build for the lastest python package (python3_pkgversion), then that package only has python36-<package> now. If it was written so that it builds for the latest, and "other" python version (python3_other_pkgversion), then that package now has python34-<package> and python36-<package>
What to do? Open a bugzilla on the package, requesting that it be fixed so it builds for both versions of python.
Troy Dawson