Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 634206 - app-portage/layman-2.4.2 - should depend on dev-python/requests
Summary: app-portage/layman-2.4.2 - should depend on dev-python/requests
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Layman Overlay Manager project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-13 20:25 UTC by Martin Mokrejš
Modified: 2017-10-28 15:56 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 Martin Mokrejš 2017-10-13 20:25:04 UTC
# layman -l
Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/layman", line 30, in <module>
    from   layman.cli            import Main
  File "/usr/lib64/python2.7/site-packages/layman/cli.py", line 29, in <module>
    from layman.api import LaymanAPI
  File "/usr/lib64/python2.7/site-packages/layman/api.py", line 25, in <module>
    from layman.remotedb        import RemoteDB
  File "/usr/lib64/python2.7/site-packages/layman/remotedb.py", line 46, in <module>
    from   sslfetch.connections     import Connector
  File "/usr/lib64/python2.7/site-packages/sslfetch/connections.py", line 40, in <module>
    import requests
ImportError: No module named requests
#

Indeed I have no dev-python/requests installed.
Comment 1 Mike Gilbert gentoo-dev 2017-10-28 15:56:37 UTC
It depdends on ssl-fetch, which depends on requests.