Bug 973274
| Summary: | Unnecessary dependency on python-ordereddict | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Endi Sukma Dewata <edewata> |
| Component: | python-requests | Assignee: | Ralph Bean <rbean> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | alee, edewata, rbean, sagarun |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-08-20 02:35:17 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Fix is on its way. python-requests-1.1.0-4.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-requests-1.1.0-4.el6 python-requests-1.1.0-4.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/python-requests-1.1.0-4.fc19 python-requests-1.1.0-4.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. python-requests-1.1.0-4.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |
The spec file for python-requests contains the following conditional dependency: %if 0%{?rhel} BuildRequires: python-ordereddict Requires: python-ordereddict %endif This dependency is no longer needed on RHEL 7, so the correct condition is: %if 0%{?rhel} && 0%{?rhel} <= 6