Bug 1199997
| Summary: | python-libs should have "Provides: python-ordereddict" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Bohuslav "Slavek" Kabrda <bkabrda> | 
| Component: | python | Assignee: | Bohuslav "Slavek" Kabrda <bkabrda> | 
| Status: | CLOSED ERRATA | QA Contact: | Branislav Náter <bnater> | 
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.6 | CC: | azelinka, bkabrda, bmbouter, bnater, dkutalek, kroberts, mhrivnak, mstuchli, rkuska, xdmoon | 
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-2.6.6-63.el6 | Doc Type: | Bug Fix | 
| Doc Text: | Cause: 
python doesn't provide python-ordereddict
Consequence: 
packages try to install ordereddict package if require python-ordereddict instead of using the one bundled in python
Fix: 
add provides for python-ordereddict 
Result: 
if package requires python-ordereddict it will use the one provided by python standard library | Story Points: | --- | 
| Clone Of: | Environment: | ||
| Last Closed: | 2015-07-22 06:40:03 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: | 1075802, 1176237, 1176255, 1195220 | ||
| 
        
          Description
        
        
          Bohuslav "Slavek" Kabrda
        
        
        
        
        
          2015-03-09 13:36:41 UTC
        
       *** Bug 1176255 has been marked as a duplicate of this bug. *** python-ordereddict has been added in python-2.6.6-64.el6. # rpm -q python-libs python-libs-2.6.6-64.el6.x86_64 python-libs-2.6.6-64.el6.i686 # rpm -q --provides python-libs | grep python-ordereddict python-ordereddict = 1.2 python-ordereddict = 1.2 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-1330.html |