[Bug 255237] devel/py-importlib-metadata: Update 3.3.0 -> 4.0.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 25 11:23:22 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255237
--- Comment #2 from p5B2E9A8F at t-online.de ---
After py37-importlib-metadata-3.3.0_1 installed net-im/gajim is broken.
This is an ugly bug as it breaks peoples communication.
Please edit severity from "Affects Only Me" to an appropriate one.
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/gajim/application.py", line 232,
in _startup
from gajim.gui_interface import Interface
File "/usr/local/lib/python3.7/site-packages/gajim/gui_interface.py", line
63, in <module>
from gajim.groupchat_control import GroupchatControl
File "/usr/local/lib/python3.7/site-packages/gajim/groupchat_control.py",
line 75, in <module>
from gajim.gui.groupchat_settings import GroupChatSettings
File
"/usr/local/lib/python3.7/site-packages/gajim/gtk/groupchat_settings.py", line
23, in <module>
from .settings import SettingsBox
File "/usr/local/lib/python3.7/site-packages/gajim/gtk/settings.py", line 23,
in <module>
from gajim.common import passwords
File "/usr/local/lib/python3.7/site-packages/gajim/common/passwords.py", line
33, in <module>
backends = keyring.backend.get_all_keyring()
File "/usr/local/lib/python3.7/site-packages/keyring/util/__init__.py", line
22, in wrapper
func.always_returns = func(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/keyring/backend.py", line 214,
in get_all_keyring
_load_plugins()
File "/usr/local/lib/python3.7/site-packages/keyring/backend.py", line 198,
in _load_plugins
for ep in metadata.entry_points(group='keyring.backends'):
TypeError: entry_points() got an unexpected keyword argument 'group'
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list