FS#41848 - [livestreamer] missing dependency on python-certifi

Attached to Project: Community Packages
Opened by Peter Lamby (Serra) - Saturday, 06 September 2014, 20:00 GMT
Last edited by Evangelos Foutras (foutrelis) - Sunday, 07 September 2014, 08:20 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
livestreamer crashes with the following stacktrace.
Traceback (most recent call last):
File "/usr/bin/livestreamer", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2872, in <module>
working_set = WorkingSet._build_master()
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 449, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 745, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 639, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: certifi

See also the Comment by OxHaK on 2014-09-03 20:52 for this AUR package.
https://aur.archlinux.org/packages/livestreamer-git/

The comment suggests to install python-certifi, which fixes the problem for me.

python-certifi should be added as dependency to livestreamer or to python-request.
I dont know enough about python to know there this dependency belong.
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Sunday, 07 September 2014, 08:20 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#41807 
Comment by Evangelos Foutras (foutrelis) - Sunday, 07 September 2014, 08:17 GMT

Loading...