Bug 915727
Summary: | python3-matplotlib-qt4 installs in /usr/lib64/python2.7 instead of python3.3 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Sinan H <haliyo> | ||||
Component: | python-matplotlib | Assignee: | Thomas Spura <tomspur> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 18 | CC: | amcnabb, bkabrda, dmalcolm, gwync, jonathan.underwood, jspaleta, paulo.cesar.pereira.de.andrade, rom1dep, thibault.north, tomspur | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | python-matplotlib-1.2.0-14.fc19 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2013-07-25 00:33:25 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: | |||||||
Attachments: |
|
Built in rawhide for now: http://koji.fedoraproject.org/koji/taskinfo?taskID=5240636 Annoying bug, confirmed in f19, shouldn't a fix be pushed in updates? Since the package is currently unusable I can't see how it could be worse :) python-matplotlib-1.2.0-14.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/python-matplotlib-1.2.0-14.fc19 python-matplotlib-1.2.0-14.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-matplotlib-1.2.0-14.fc18 Package python-matplotlib-1.2.0-14.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-matplotlib-1.2.0-14.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-13451/python-matplotlib-1.2.0-14.fc18 then log in and leave karma (feedback). python-matplotlib-1.2.0-14.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. python-matplotlib-1.2.0-14.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 702807 [details] python3 pylab complains of missing qt4agg backend Description of problem: python3-matplotlib-qt installs in /usr/lib64/python2.7 instead of /usr/lib64/python3.3 !! $ rpm -q --fileprovide python3-matplotlib-qt4 /usr/lib64/python2.7/site-packages/matplotlib/backends/backend_qt4.py /usr/lib64/python2.7/site-packages/matplotlib/backends/backend_qt4.pyc /usr/lib64/python2.7/site-packages/matplotlib/backends/backend_qt4.pyo /usr/lib64/python2.7/site-packages/matplotlib/backends/backend_qt4agg.py /usr/lib64/python2.7/site-packages/matplotlib/backends/backend_qt4agg.pyc /usr/lib64/python2.7/site-packages/matplotlib/backends/backend_qt4agg.pyo Version-Release number of selected component (if applicable): python3-matplotlib-qt4-1.2.0-8.fc18.x86_64 Actual results: qt4 backend is not available in python3-matplotlib Expected results: qt4 backend should be in python3-matplotlib