Bug 1280442

Summary: python-taskw: remove dependency on python-ordereddict
Product: [Fedora] Fedora EPEL Reporter: Carl George <carl>
Component: python-taskwAssignee: Ralph Bean <rbean>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel7CC: rbean
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-taskw-1.1.0-3.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-01 23:56:47 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:
Bug Depends On:    
Bug Blocks: 1280439    

Description Carl George 2015-11-11 18:13:58 UTC
Description of problem:

In EL7 OrderedDict can be found in the collections module in the standard library.  Please change this package's requirements to not require python-ordereddict package on EL7.

Version-Release number of selected component (if applicable):

1.1.0-1.el7

Suggested fix:

Change this:
> %if %{?rhel}%{!?rhel:0} >= 6
> BuildRequires:    python-ordereddict
> Requires:         python-ordereddict
> %endif
To this:
> %if 0%{?rhel} < 7
> BuildRequires:    python-ordereddict
> Requires:         python-ordereddict
> %endif

Comment 1 Carl George 2015-11-11 18:18:36 UTC
Or even better:
> %if 0%{?rhel} && 0%{?rhel} < 7
> BuildRequires:    python-ordereddict
> Requires:         python-ordereddict
> %endif

Comment 2 Fedora Update System 2015-11-12 21:16:21 UTC
python-taskw-1.1.0-3.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-83cac1398c

Comment 3 Fedora Update System 2015-11-13 20:50:38 UTC
python-taskw-1.1.0-3.el7 has been pushed to the Fedora EPEL 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=epel-testing update python-taskw'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-83cac1398c

Comment 4 Fedora Update System 2015-12-01 23:56:43 UTC
python-taskw-1.1.0-3.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.