Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 666158 - Missing dependency in package net-misc/streamlink-0.14.2
Summary: Missing dependency in package net-misc/streamlink-0.14.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mart Raudsepp
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-13 16:30 UTC by digitalteacup
Modified: 2018-09-14 08:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description digitalteacup 2018-09-13 16:30:03 UTC
Some time between 0.11 and 0.14.2, streamlink started requiring isodate. Here's the error message I get trying to run streamlink without isodate:

   pkg_resources.DistributionNotFound: The 'isodate' distribution was not found and is required by streamlink

Installing dev-python/isodate-0.6.0 fixed it.

Reproducible: Always

Steps to Reproduce:
1. Make sure dev-python/isodate is not installed
2. Install =net-misc/streamlink-0.14.2
3. Run streamlink
Actual Results:  
Traceback (most recent call last):
  File "/usr/bin/streamlink", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3098, in <module>
    @_call_aside
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3082, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3111, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 573, in _build_master
    ws.require(__requires__)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 891, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 777, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'isodate' distribution was not found and is required by streamlink
Comment 1 Morton Pellung 2018-09-13 20:03:03 UTC
confirming, upgraded streamlink 0.11.0 -> 0.14.2

--> pkg_resources.DistributionNotFound: The 'isodate' distribution was not found and is required by streamlink

installed isodate 0.5.4 manually -> works again
Comment 2 Larry the Git Cow gentoo-dev 2018-09-14 08:17:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7666223ee71610552c3bae675e289d50d9499e

commit 7d7666223ee71610552c3bae675e289d50d9499e
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2018-09-14 07:37:49 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2018-09-14 08:15:19 +0000

    net-misc/streamlink: add missing isodate dependency
    
    Closes: https://bugs.gentoo.org/666158
    Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../streamlink/{streamlink-0.14.2.ebuild => streamlink-0.14.2-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)