Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 686514 - media-video/subliminal should depend on dev-python/decorator - pkg_resources.DistributionNotFound: The 'decorator' distribution was not found and is required by dogpile.cache
Summary: media-video/subliminal should depend on dev-python/decorator - pkg_resources....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Coacher
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-05-21 21:21 UTC by Nikos Chantziaras
Modified: 2019-07-07 05:30 UTC (History)
1 user (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 Nikos Chantziaras 2019-05-21 21:21:59 UTC
(Bug for GitHub PR.)

media-video/subliminal is missing a dep on dev-python/decorator:

Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.6/subliminal", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3241, in <module>
    @_call_aside
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3225, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3254, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'decorator' distribution was not found and is required by dogpile.cache
Comment 1 Nikos Chantziaras 2019-06-13 22:22:42 UTC
Ping.
Comment 2 Larry the Git Cow gentoo-dev 2019-07-07 05:30:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a6f6ffd9eb75e5768607c4f7a54030f6ebb53b

commit 23a6f6ffd9eb75e5768607c4f7a54030f6ebb53b
Author:     Nikos Chantziaras <realnc@gmail.com>
AuthorDate: 2019-05-21 21:23:34 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-07-07 05:28:14 +0000

    media-video/subliminal: add dev-python/decorator dep, EAPI 7, sort deps
    
    Closes: https://bugs.gentoo.org/686514
    Package-Manager: Portage-2.3.68, Repoman-2.3.16
    Signed-off-by: Nikos Chantziaras <realnc@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/12073
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 media-video/subliminal/subliminal-2.0.5-r3.ebuild | 80 +++++++++++++++++++++++
 media-video/subliminal/subliminal-9999.ebuild     | 25 +++----
 2 files changed, 93 insertions(+), 12 deletions(-)