Bug 1425272

Summary: fedora-easy-karma has missing python-yumdaemon dependency
Product: [Fedora] Fedora Reporter: Guy Taylor <thebigguy.co.uk>
Component: fedora-easy-karmaAssignee: Till Maas <opensource>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 25CC: alick9188, extras-qa, fedora, opensource, randy, thebigguy.co.uk
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1266060 Environment:
Last Closed: 2017-02-23 00:37:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Guy Taylor 2017-02-21 03:06:34 UTC
> sudo dnf install fedora-easy-karma
> fedora-easy-karma
Traceback (most recent call last):
  File "/usr/bin/fedora-easy-karma", line 47, in <module>
    import yum
ImportError: No module named yum

> sudo dnf install python-yumdaemon
> fedora-easy-karma
Getting list of installed packages...

Comment 1 Christian Stadelmann 2017-02-21 09:08:37 UTC
Careful…: yum != yumdaemon.

You do not need yumdeamon installed, and you should not have it installed. Try to install python2-dnf instead. Anyway, your bug has been reported in #1329629 before, so please close it as a duplicate.

Comment 2 Till Maas 2017-02-21 19:43:18 UTC
Is python2-dnf installed on your system? Please check with rpm -qi python2-dnf.

Comment 3 Guy Taylor 2017-02-23 00:37:59 UTC

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