Bug 481188
| Summary: | Possible missing dependancy in rpm - python-setuptools | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Costas Piliotis <cpiliotis> |
| Component: | mumbles | Assignee: | John Anderson <john.e.anderson> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 10 | CC: | john.e.anderson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.4-11.fc11 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-07-11 17:26:33 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: | |||
mumbles-0.4-10.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/mumbles-0.4-10.fc11 mumbles-0.4-11.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/mumbles-0.4-11.fc11 mumbles-0.4-11.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: When installing from the updates repository, it only installs mumbles. As per their web site python-setuptools is a dependency. Might want to set the dependency on the rpm Version-Release number of selected component (if applicable): 0.4-9.fc10 How reproducible: Just on my box - haven't tested beyond. Steps to Reproduce: 1. yum install mumbles 2. mumbles 3. Actual results: Traceback (most recent call last): File "/usr/bin/mumbles", line 17, in <module> from Mumbles import * File "/usr/lib/python2.5/site-packages/mumbles/Mumbles.py", line 13, in <module> import pkg_resources ImportError: No module named pkg_resources Expected results: app should work Expected Additional info: Installed the package and it worked. Not that big of a deal for me really, just a small little bug. Just a missing dependency in the rpm.