Bug 739913

Summary: missing requirements dbus-python and pycairo
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: systemdAssignee: Lennart Poettering <lpoetter>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 16CC: harald, johannbg, kay, lpoetter, metherid, mschmidt, notting, plautrba
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-20 12:36:31 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 Karsten Hopp 2011-09-20 12:15:14 UTC
Description of problem:
systemd-analyze requires dbus-python for normal usage and pycairo if you run 'systemd-analyze plot'

# /usr/bin/systemd-analyze 
Traceback (most recent call last):
  File "/usr/bin/systemd-analyze", line 3, in <module>
    import dbus, sys
ImportError: No module named dbus

# /usr/bin/systemd-analyze plot
Traceback (most recent call last):
  File "/usr/bin/systemd-analyze", line 113, in <module>
    import cairo, os
ImportError: No module named cairo


Version-Release number of selected component (if applicable):
systemd-35-1.fc16

Comment 1 Michal Schmidt 2011-09-20 12:36:31 UTC

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