Bug 1255936

Summary: libsbml puts private module in top level python namespace
Product: [Fedora] Fedora Reporter: Zbigniew Jędrzejewski-Szmek <zbyszek>
Component: libsbmlAssignee: Zbigniew Jędrzejewski-Szmek <zbyszek>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: anto.trande, zbyszek
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-09-29 09:51:30 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:

Description Zbigniew Jędrzejewski-Szmek 2015-08-22 02:50:25 UTC
Description of problem:
This should probably be fixed upstream, but I noticed this while looking at the .pth file:

libsbml.pth add site-packages/libsbml to sys.path, in effect putting _libsbml.so, libsbml.py in the top level python namespace. Instead, libsbml.py should be renamed to __init__.py, and the .pth file should be nuked.

Comment 1 Jan Kurik 2016-02-24 13:39:30 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 2 Zbigniew Jędrzejewski-Szmek 2021-09-29 09:51:30 UTC
Let's say that this is not going to get fixed.