Bug ID 1124868
Summary torbrowser-launcher missing python dependency
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component X11 Applications
Assignee bnc-team-screening@forge.provo.novell.com
Reporter jason.evans@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

After 'zypper in torbrowser-launcher'

The application fails to run due to a missing Python library

See:


$ torbrowser-launcher
Traceback (most recent call last):
  File "/usr/bin/torbrowser-launcher", line 29, in <module>
    import torbrowser_launcher
  File "/usr/lib/python3.7/site-packages/torbrowser_launcher/__init__.py", line
38, in <module>
    from .launcher import Launcher
  File "/usr/lib/python3.7/site-packages/torbrowser_launcher/launcher.py", line
36, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'


Workaround:

zypper in python3-requests


Fix: include this package as a dependency with the torbrowser-launcher rpm


You are receiving this mail because: