Bug 1228366

Summary: Missing package for Application:Geo/qgis: causes fatal error std::bad_alloc on loading plugin
Product: [openSUSE] openSUSE Distribution Reporter: Grant Pearson <grant.eureka>
Component: PythonAssignee: Python maintainers (group account) <python-maintainers>
Status: NEW --- QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Leap 15.6   
Target Milestone: ---   
Hardware: x86-64   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Grant Pearson 2024-07-26 23:29:45 UTC
qgis 3.34.1 crashes when loading the Plugin "LINZ Data Importer" with fatal error std::bad_alloc
I have traced the error to the package python311-OWSLib which attempts to load the Python package pyproj which needs to be installed correctly from python311-pyproj.
The package python311-pyproj is missing from Leap 15.6 repos.
I have successfully installed python311-pyproj 3.6.1 from a Tumbleweed community project. This has corrected the bad_alloc fatal error.
Package python311-pyproj is needed in Leap 15.6 for qgis and should be listed as a "required by" in package python311-OWSLib.