Bug 620704
| Summary: | hashlib not available in RHEL/EPEL 5 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | David Juran <djuran> |
| Component: | mrepo | Assignee: | James Findley <sixy> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | el5 | CC: | sixy |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | mrepo-0.8.7-2.el5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-08-20 19:57:18 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: | |||
Arg. Sorry about this one - the fixed version should be in epel-testing soon. mrepo-0.8.7-2.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/mrepo-0.8.7-2.el5 mrepo-0.8.7-2.el5 has been pushed to the Fedora EPEL 5 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update mrepo'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/mrepo-0.8.7-2.el5 mrepo-0.8.7-2.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The latest update of mrepo (mrepo-0.8.7-1.el5) introduced a dependency on hashlib which isn't available in RHEL5 or EPEL5. Version-Release number of selected component (if applicable): mrepo-0.8.7-1.el5 How reproducible: Every time Steps to Reproduce: 1. mrepo -gu Actual results: Traceback (most recent call last): File "/usr/bin/mrepo", line 19, in ? import ConfigParser, urlparse, hashlib, types, traceback ImportError: No module named hashlib