Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 864308 - please update spec file for python-chameleon
Summary: please update spec file for python-chameleon
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: python-chameleon
Version: el6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fedora Infrastructure SIG
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 855706
TreeView+ depends on / blocked
 
Reported: 2012-10-09 05:24 UTC by Tomas Dabašinskas
Modified: 2017-11-22 04:02 UTC (History)
2 users (show)

Fixed In Version: python-chameleon-2.5.3-1.el6.3
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-11-22 04:02:21 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomas Dabašinskas 2012-10-09 05:24:52 UTC
Hi,
chameleon 2.7.0 setup.py has a following condition for requires:

if version < (2, 7, 0):
    install_requires.append("ordereddict")
    install_requires.append("unittest2")

as python version in rhel < 2.7.0 extra requires needs to be defined in spec

%if 0%{?rhel} && 0%{?rhel} <= 6
BuildRequires: python-ordereddict
Requires: python-ordereddict
BuildRequires: python-unittest2
Requires: python-unittest2
%endif


many thanks,
Tomas

Comment 3 Kevin Fenzi 2017-11-05 23:30:39 UTC
Sorry this has languished, update coming up.

Comment 4 Fedora Update System 2017-11-05 23:34:55 UTC
python-chameleon-2.5.3-1.el6.3 has been submitted as an update to Fedora EPEL 6. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-e89403d406

Comment 5 Fedora Update System 2017-11-06 23:47:37 UTC
python-chameleon-2.5.3-1.el6.3 has been pushed to the Fedora EPEL 6 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-e89403d406

Comment 6 Fedora Update System 2017-11-22 04:02:21 UTC
python-chameleon-2.5.3-1.el6.3 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.