Date: Sun, 25 Apr 2021 11:23:22 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 255237] devel/py-importlib-metadata: Update 3.3.0 -> 4.0.0 Message-ID: <bug-255237-21822-qeiKPyFRQW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-255237-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-255237-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255237 --- Comment #2 from p5B2E9A8F@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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255237-21822-qeiKPyFRQW>
