Bug 435736

Summary: need Requires: numpy
Product: [Fedora] Fedora Reporter: Dan Young <dyoung>
Component: sugarAssignee: Marco Pesenti Gritti <mpg>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: johnp, simon
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: 2008-11-17 15:39:25 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 Dan Young 2008-03-03 16:44:19 UTC
Description of problem:
sugar requires numpy

Version-Release number of selected component (if applicable):
sugar-0.79.0-2.fc8

How reproducible:
Every time.

Steps to Reproduce:
1. yum remove numpy
2. yum install sugar
3. sugar
  
Actual results:
Traceback (most recent call last):
  File "/usr/bin/sugar-shell", line 22, in <module>
    from main import main
  File "/usr/share/sugar/shell/main.py", line 24, in <module>
    import numpy
ImportError: No module named numpy


Expected results:
Sugar environment

Additional info:

Comment 1 Simon Schampijer 2008-11-17 15:39:25 UTC
numpy has actually been removed from sugar-0.82, so I think we can close this ticket.