FS#38969 - [python2-configobj] 5.0.1-1 has python2-six dependency, prevents puddletag from running

Attached to Project: Community Packages
Opened by tonurics (Tonurics) - Friday, 21 February 2014, 03:23 GMT
Last edited by Alexander F. Rødseth (xyproto) - Monday, 24 February 2014, 12:40 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Alexander F. Rødseth (xyproto)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 4
Private No

Details

Noticed puddletag stopped working: said configobj was not installed. Traced issue to missing configobj dependency.

#python2
>>> __import__('configobj')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/configobj.py", line 22, in <module>
import six
ImportError: No module named six
This task depends upon

Closed by  Alexander F. Rødseth (xyproto)
Monday, 24 February 2014, 12:40 GMT
Reason for closing:  Fixed
Comment by Doug Newgard (Scimmia) - Friday, 21 February 2014, 04:37 GMT
The packages are currently missing dependencies completely, they don't even depend on python/python2.
Comment by Alexander F. Rødseth (xyproto) - Monday, 24 February 2014, 12:37 GMT
Thanks for reporting. Added the missing dependency on python-six/python2-six. The fixed version will appear in [community] shortly.

Loading...