FS#11474 - python-matplotlib should require configobj as a dep, rather than including it with the package
Attached to Project:
Community Packages
Opened by Ben Duffield (bavardage) - Saturday, 13 September 2008, 17:52 GMT
Last edited by Douglas Soares de Andrade (dsa) - Sunday, 05 October 2008, 11:00 GMT
Opened by Ben Duffield (bavardage) - Saturday, 13 September 2008, 17:52 GMT
Last edited by Douglas Soares de Andrade (dsa) - Sunday, 05 October 2008, 11:00 GMT
|
Details
Description:
When installing python-matplotlib I get the following error: error: could not prepare transaction error: failed to commit transaction (conflicting files) python-matplotlib: /usr/lib/python2.5/site-packages/configobj.py exists in filesystem python-matplotlib: /usr/lib/python2.5/site-packages/configobj.pyc exists in filesystem This is because I already have python-configobj installed from the AUR. Surely the package should require python-configobj as a dependency, rather than bundling it with matplotlib - other apps use matplotlib also (or maybe a provides python-configobj) Steps to reproduce: Install python-configobj from AUR Try and install python-matplotlib |
This task depends upon
Closed by Douglas Soares de Andrade (dsa)
Sunday, 05 October 2008, 11:00 GMT
Reason for closing: Fixed
Additional comments about closing: Thanks for the bug report, fixed adding the configobj module as a dep and removing the matplolib one.
Sunday, 05 October 2008, 11:00 GMT
Reason for closing: Fixed
Additional comments about closing: Thanks for the bug report, fixed adding the configobj module as a dep and removing the matplolib one.