Activity log for bug #2050186

Date Who What changed Old value New value Message
2024-01-22 15:47:29 Dan Bungert bug added bug
2024-01-22 15:47:49 Dan Bungert description On IRC, bochecha reported problems with add-apt-repository https://gitlab.freedesktop.org/cangjie/build-essential/-/jobs/54043049 Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 14, in <module> from softwareproperties.shortcuts import shortcut_handler File "/usr/lib/python3/dist-packages/softwareproperties/shortcuts.py", line 23, in <module> from softwareproperties.ppa import PPAShortcutHandler File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 25, in <module> from launchpadlib.launchpad import Launchpad File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 48, in <module> from launchpadlib.credentials import ( File "/usr/lib/python3/dist-packages/launchpadlib/credentials.py", line 59, in <module> from six.moves.urllib.parse import parse_qs ModuleNotFoundError: No module named 'six' Indeed, launchpadlib/credentials.py is referencing six but the package does not yet have a dependency. On IRC, bochecha reported problems with add-apt-repository https://gitlab.freedesktop.org/cangjie/build-essential/-/jobs/54043049 Traceback (most recent call last):   File "/usr/bin/add-apt-repository", line 14, in <module>     from softwareproperties.shortcuts import shortcut_handler   File "/usr/lib/python3/dist-packages/softwareproperties/shortcuts.py", line 23, in <module>     from softwareproperties.ppa import PPAShortcutHandler   File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 25, in <module>     from launchpadlib.launchpad import Launchpad   File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 48, in <module>     from launchpadlib.credentials import (   File "/usr/lib/python3/dist-packages/launchpadlib/credentials.py", line 59, in <module>     from six.moves.urllib.parse import parse_qs ModuleNotFoundError: No module named 'six' Indeed, launchpadlib/credentials.py is referencing six but launchpadlib does not yet have a declared dependency on six.
2024-01-22 15:47:52 Dan Bungert python-launchpadlib (Ubuntu): assignee Dan Bungert (dbungert)
2024-01-22 15:48:18 Dan Bungert python-launchpadlib (Ubuntu): status New In Progress
2024-01-22 16:04:43 Dan Bungert python-launchpadlib (Ubuntu): status In Progress Fix Committed
2024-01-25 17:44:20 Launchpad Janitor python-launchpadlib (Ubuntu): status Fix Committed Fix Released