Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

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
Task Type Bug Report
Category
Status Closed
Assigned To Douglas Soares de Andrade (dsa)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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.

Loading...