Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733470 - media-tv/mythtv-31.0-r1: missing dependency dev-python/requests-cache-0.4.12-r1
Summary: media-tv/mythtv-31.0-r1: missing dependency dev-python/requests-cache-0.4.12-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Wilson M. Michaels
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-07-22 05:35 UTC by thomas
Modified: 2020-08-08 17:36 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 thomas 2020-07-22 05:35:02 UTC
The ebuild should depend on dev-python/requests-cache-0.4.12-r1.

I had only 0.4.12 installed and got an error for lookup metadata:

$ /usr/share/mythtv/metadata/Television/ttvdb.py -B Sanctuary

The modules tvdb_api.py (v2.0 or greater).
They should have been installed along with the MythTV python bindings.
Error:(No module named 'requests_cache')


After upgrading to 0.4.12-r1, the error is gone.
Comment 1 Ray 2020-07-25 03:03:09 UTC
Seeing the same issue, manually installing dev-python/requests-cache solves the problem.
Comment 2 Larry the Git Cow gentoo-dev 2020-08-01 22:24:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f60ac4104b48773c19005388b50d60a56415e7

commit 45f60ac4104b48773c19005388b50d60a56415e7
Author:     Wilson Michaels <thebitpit@earthlink.net>
AuthorDate: 2020-07-25 18:15:31 +0000
Commit:     Aaron Bauman <bman@gentoo.org>
CommitDate: 2020-08-01 22:23:41 +0000

    media-tv/mythtv: add runtime depend, remove old revision
    
    Closes: https://bugs.gentoo.org/733470
    Package-Manager: Portage-2.3.103, Repoman-2.3.23
    Signed-off-by: Wilson Michaels <thebitpit@earthlink.net>
    Closes: https://github.com/gentoo/gentoo/pull/16817
    Signed-off-by: Aaron Bauman <bman@gentoo.org>

 media-tv/mythtv/{mythtv-31.0.ebuild => mythtv-31.0-r2.ebuild} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)