Bug 973274

Summary: Unnecessary dependency on python-ordereddict
Product: [Fedora] Fedora Reporter: Endi Sukma Dewata <edewata>
Component: python-requestsAssignee: Ralph Bean <rbean>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: 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:

Description Endi Sukma Dewata 2013-06-11 15:32:09 UTC
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

Comment 1 Ralph Bean 2013-06-11 16:44:39 UTC
Fix is on its way.

Comment 2 Fedora Update System 2013-06-11 17:04:56 UTC
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

Comment 3 Fedora Update System 2013-06-11 17:06:07 UTC
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

Comment 4 Fedora Update System 2013-06-29 18:12:46 UTC
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.

Comment 5 Fedora Update System 2013-07-01 20:57:49 UTC
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.