Bug 554408

Summary: Labyrinth requires python-numeric, which is not listed as a dependency
Product: [Fedora] Fedora Reporter: Joseph Walton-Rivers <webpigeon>
Component: labyrinthAssignee: Peter Gordon <peter>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: peter, webpigeon
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-22 06:17:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joseph Walton-Rivers 2010-01-11 16:35:59 UTC
Description of problem:
Labyrinth requires numeric, which is in fedora as the python-numeric package. It is not listed as a dependency so users who attempt to run the software without the package installed will get a python exception.

Version-Release number of selected component (if applicable): 0.4.0-5.fc12


How reproducible: Very

Steps to Reproduce:
1. Install the labyrinth package (without the python-numeric package on your system already)
2. Run labyrinth in terminal, there is an exception about not being able to find the numeric module (you can also run it from the menu, but it will just fail to open).
3. Install python-numeric from the repo.
4. Re-Run labyrinth and it will now work.
  
Actual results:
The program fails to work without the numeric python library.

Expected results:
The program lists python-numeric as a dependency, so it runs.

Additional info:
None.

Comment 1 Peter Gordon 2010-01-22 06:17:02 UTC

*** This bug has been marked as a duplicate of bug 531411 ***