Bug 1280442 - python-taskw: remove dependency on python-ordereddict
Summary: python-taskw: remove dependency on python-ordereddict
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: python-taskw
Version: epel7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ralph Bean
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1280439
TreeView+ depends on / blocked
 
Reported: 2015-11-11 18:13 UTC by Carl George
Modified: 2015-12-01 23:56 UTC (History)
1 user (show)

Fixed In Version: python-taskw-1.1.0-3.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-12-01 23:56:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


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