Bug 501363

Summary: system-config-boot.py requires kudzu
Product: [Fedora] Fedora Reporter: erstrauss
Component: system-config-bootAssignee: Harald Hoyer <harald>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: harald, kvikende
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: 2009-05-25 08:39:16 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 erstrauss 2009-05-18 18:27:03 UTC
Description of problem:

Boot-configuratoer fails, as it does not find the kudzu module.
the kudzu package was not install (by the default minimal installation).
The dependency of the boot-configurator on kudzu is missing, so the installation of the gnome-boot-configurator did not request the kudzu rpm package.

Version-Release number of selected component (if applicable):


How reproducible:
1. install minimal system (by default no kudzu)
2. install the graphical boot-configurator
3. try to run it and it generates:

Component: system-config-boot
Version: 0.3.0
Summary: TB1b0d13fa boot_gui.py:27:<module>:ImportError: No module named kudzu

Traceback (most recent call last):
  File "/usr/share/system-config-boot/system-config-boot.py", line 80, in <module>
    import boot_gui
  File "/usr/share/system-config-boot/boot_gui.py", line 27, in <module>
    import kudzu
ImportError: No module named kudzu

Local variables in innermost frame:
string: None


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Kvikende 2009-05-21 16:26:39 UTC
Isn't this a duplicate of bug #497088 ?

Comment 2 Harald Hoyer 2009-05-25 08:39:16 UTC

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