Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 679828 - games-util/lutris-0.5.0.1 should RDEPEND on dev-python/requests - ModuleNotFoundError: No module named 'requests'
Summary: games-util/lutris-0.5.0.1 should RDEPEND on dev-python/requests - ModuleNotFo...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-03-09 07:08 UTC by BT
Modified: 2019-03-18 16:47 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 BT 2019-03-09 07:08:33 UTC
$ lutris
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.6/lutris", line 31, in <module>
    from lutris.gui.application import Application
  File "/usr/lib64/python3.6/site-packages/lutris/gui/application.py", line 34, in <module>
    from lutris.game import Game
  File "/usr/lib64/python3.6/site-packages/lutris/game.py", line 11, in <module>
    from lutris import runtime
  File "/usr/lib64/python3.6/site-packages/lutris/runtime.py", line 8, in <module>
    from lutris.util.downloader import Downloader
  File "/usr/lib64/python3.6/site-packages/lutris/util/downloader.py", line 3, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

Resolved by installing dev-python/requests.
Comment 1 Joonas Niilola gentoo-dev 2019-03-09 08:02:36 UTC
If you install dev-python/requests does it work then? (If yes, looks like a simple fix with updated RDEPEND)
Comment 2 BT 2019-03-09 08:05:17 UTC
Yes, I already mentioned it in my bug report.
Comment 3 Larry the Git Cow gentoo-dev 2019-03-18 16:47:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8104c9cc0fb26313e50a74d038b1589f5d84e572

commit 8104c9cc0fb26313e50a74d038b1589f5d84e572
Author:     Joonas Niilola <juippis@gmail.com>
AuthorDate: 2019-03-14 17:01:07 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-03-18 16:47:19 +0000

    games-util/lutris: add dev-python/requests to RDEPEND
    
    Closes: https://bugs.gentoo.org/679828
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Joonas Niilola <juippis@gmail.com>
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 games-util/lutris/lutris-0.5.0.1-r1.ebuild | 75 ++++++++++++++++++++++++++++++
 1 file changed, 75 insertions(+)