Bug 864308
| Summary: | please update spec file for python-chameleon | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Tomas Dabašinskas <tdabasin> |
| Component: | python-chameleon | Assignee: | Fedora Infrastructure SIG <infra-sig> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | kevin, pfrields |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-chameleon-2.5.3-1.el6.3 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-22 04:02:21 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: | 855706 | ||
Here's a scratch builds with updated spec epel: http://koji.fedoraproject.org/koji/taskinfo?taskID=4573153 rawhide: http://koji.fedoraproject.org/koji/taskinfo?taskID=4573157 srpm: http://kojipkgs.fedoraproject.org//work/tasks/3154/4573154/python-chameleon-2.7.0-4.el6.src.rpm Sorry this has languished, update coming up. 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 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 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. |
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