Bug 973274 - Unnecessary dependency on python-ordereddict
Summary: Unnecessary dependency on python-ordereddict
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-requests
Version: 19
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Ralph Bean
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-11 15:32 UTC by Endi Sukma Dewata
Modified: 2013-08-20 02:35 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-20 02:35:17 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.