Bug 1276658

Summary: missing dependency on yum
Product: [Fedora] Fedora Reporter: Kamil Páral <kparal>
Component: kojiAssignee: Dennis Gilmore <dennis>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: costan, dennis, fedora, mikem
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: 2015-11-30 09:57:56 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 Kamil Páral 2015-10-30 11:50:33 UTC
Description of problem:
$ koji download-build --arch noarch --arch x86_64 mutter-3.18.1-4.fc23
Traceback (most recent call last):
  File "/usr/bin/koji", line 56, in <module>
    import yum.comps
ImportError: No module named yum.comps


Koji is missing dependency on yum. Please add it, or use some other library (dnf et al.).


Version-Release number of selected component (if applicable):
koji-1.10.0-2.fc23.noarch

Comment 1 Christian Stadelmann 2015-11-28 13:55:15 UTC
I think this issue was fixed in 1.10.1-1.fc23. Can you please try again?

Comment 2 Victor Costan 2015-11-30 00:23:13 UTC
FWIW, the update fixed it for me.

Comment 3 Kamil Páral 2015-11-30 09:57:56 UTC
Yes, it seems it was.