Bug 54923

Summary: Lacking Requires: lines in spec file
Product: [Retired] Red Hat Raw Hide Reporter: Bernhard Rosenkraenzer <bero>
Component: hwbrowserAssignee: Jonathan Blandford <jrb>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: ddumas
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-10 15:41:04 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 Bernhard Rosenkraenzer 2001-10-23 10:12:43 UTC
[root@spock root]# rpm -i 
/mnt/redhat/latest-7.2/i386/hwbrowser-0.3.5-2.noarch.rpm
[root@spock root]# hwbrowser
Traceback (most recent call last):
  File "/usr/share/hwbrowser/DeviceList.py", line 32, in ?
    import gtk
ImportError: No module named gtk
Traceback (most recent call last):
  File "/usr/share/hwbrowser/DeviceList.py", line 42, in ?
    import gnome.ui
ImportError: No module named gnome.ui

The hwbrowser spec file should know about these dependencies - the 
average user will not know how to resolve this traceback.

Comment 1 Jonathan Blandford 2002-01-30 19:07:53 UTC
It had pygnome-libglade added as a dependency at some point.