FS#47272 - [python2-singledispatch] missing dependency python2-six

Attached to Project: Community Packages
Opened by clemens hoppenau (hoppecl) - Saturday, 05 December 2015, 14:46 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 18 December 2015, 00:07 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Andrzej Giniewicz (Giniu)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Mopidy fails to start without python2-six.

Additional info:
* package version(s)
mopidy 1.1.1-1

Steps to reproduce:

After installing mopidy from community it fails to start with the following error message:

Traceback (most recent call last):
File "/usr/bin/mopidy", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3138, in <module>
@_call_aside
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3124, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3151, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 661, in _build_master
ws.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 962, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 849, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'six' distribution was not found and is required by singledispatch

After installing python2-six mopidy launches as expected.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 18 December 2015, 00:07 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#47100 
Comment by Doug Newgard (Scimmia) - Saturday, 05 December 2015, 16:04 GMT
The bug might be that requires.txt includes six, I'm not seeing that it's needed at runtime.

Loading...