Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 601374 - net-misc/streamlink-9999: missing dev-python/pycryptodome RDEPEND
Summary: net-misc/streamlink-9999: missing dev-python/pycryptodome RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: tsmksubc
URL: https://github.com/streamlink/streaml...
Whiteboard:
Keywords:
Depends on: 602022
Blocks: 611634
  Show dependency tree
 
Reported: 2016-12-01 19:14 UTC by Coacher
Modified: 2017-03-05 15:16 UTC (History)
2 users (show)

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 Coacher 2016-12-01 19:14:11 UTC
Hello.

streamlink-9999 just crashes with unhandled exception at runtime:
$ streamlink --help
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.4/streamlink", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 2900, in <module>
    @_call_aside
  File "/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 2886, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 2913, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 635, in _build_master
    ws.require(__requires__)
  File "/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 942, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python3.4/site-packages/pkg_resources/__init__.py", line 829, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pycryptodome==3.4.3' distribution was not found and is required by streamlink

pycryptodome is missing from RDEPEND and is missing from tree.
Please fix.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-03-04 21:29:26 UTC
*** Bug 611634 has been marked as a duplicate of this bug. ***
Comment 2 Coacher 2017-03-05 15:16:56 UTC
Fixed in commit d377f979b7ff6cbb1185dc02b18b4770eff56a3f
Author:     soredake <fdsfgs@krutt.org>
AuthorDate: Sun Mar 5 04:16:46 2017 +0200
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: Sun Mar 5 15:37:36 2017 +0100

    net-misc/streamlink: update live ebuild