Bug 208973 - yum-builddep fails with import error
Summary: yum-builddep fails with import error
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: yum-utils
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Seth Vidal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: FE7Target
TreeView+ depends on / blocked
 
Reported: 2006-10-02 20:04 UTC by Stephanos Manos
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-11-06 22:05:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Stephanos Manos 2006-10-02 20:04:03 UTC
Description of problem:
when running yum-builddep fails with the following error

Traceback (most recent call last):
  File "/usr/bin/yum-builddep", line 23, in ?
    import repomd.mdErrors
ImportError: No module named repomd.mdErrors

Version-Release number of selected component (if applicable):
yum-utils-0.6-5.fc6

How reproducible:
Always

Steps to Reproduce:
1. run yum-builddep --help

Actual results:
the above message

Expected results:
the commands usage

Additional info:
replasing the line import repomd.mdErrors
with import yum.Errors

and replacing the following line from yum.logger import Logger
with import logging

works

Comment 1 Stephanos Manos 2006-11-06 22:05:55 UTC
fixed in version 1.0


Note You need to log in before you can comment on or make changes to this bug.