Bug 208973
| Summary: | yum-builddep fails with import error | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stephanos Manos <stefmanos> |
| Component: | yum-utils | Assignee: | Seth Vidal <skvidal> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | extras-qa |
| 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: | 2006-11-06 22:05:55 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 213321 | ||
fixed in version 1.0 |
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