Bug 408491
| Summary: | Missing requires: python-setuptools | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Terje Rosten <terjeros> |
| Component: | python-nose | Assignee: | Luke Macken <lmacken> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | CC: | a.badger, jhutar, pfrields |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-nose-0.10.0-2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-12-20 20:31:00 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: | |||
Fixed and built for devel/F-7/F-8. I will push these into bodhi when the builds complete. Thanks for quick fix, Luke! python-nose-0.10.0-2.fc8 has been pushed to the Fedora 8 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 python-nose' python-nose-0.10.0-2.fc7 has been pushed to the Fedora 7 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 python-nose' There is same problem with RHEL-5 EPEL I applied the fix to our EL-5 branch, and kicked off a new build (37504). I also requested that python-nose-0.10.0-2 be pushed to stable for F7/F8. python-nose-0.10.0-2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. python-nose-0.10.0-2.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: python-nose should have a Requires: python-setuptools line: $ rpm -i python-nose-0.10.0-0.3.b1.fc8.noarch.rpm $ nosetests Traceback (most recent call last): File "/usr/bin/nosetests", line 5, in <module> from pkg_resources import load_entry_point ImportError: No module named pkg_resources $ rpm -i python-setuptools-0.6c7-2.fc8.noarch.rpm $ nosetests ---------------------------------------------------------------------- Ran 0 tests in 0.051s OK