FS#47100 - [python2-singledispatch] requires python2-six

Attached to Project: Community Packages
Opened by Aidan E. (aereaux) - Wednesday, 18 November 2015, 02:54 GMT
Last edited by Andrzej Giniewicz (Giniu) - Friday, 18 December 2015, 21:50 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 3
Private No

Details

Description:
It seems that python2-singledispatch requires the python2-six package. See https://pypi.python.org/pypi/singledispatch (the Conversion Process section) and https://bitbucket.org/ambv/singledispatch/src/5a988cecf8979c847e8840394ffea2a261ae6382/setup.py?fileviewer=file-view-default#setup.py-38. Also, when mopidy is run without python2-six installed, it gives the following error:

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 3095, in <module>
@_call_aside
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3081, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3108, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 658, in _build_master
ws.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 959, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 846, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'six' distribution was not found and is required by singledispatch

Additional info:
* package version(s)
python2-six 1.10.0-1
python2-singledispatch 3.4.0.3-1
mopidy 1.1.1-1
This task depends upon

Closed by  Andrzej Giniewicz (Giniu)
Friday, 18 December 2015, 21:50 GMT
Reason for closing:  Fixed
Additional comments about closing:  in -2

Loading...