[Bug 2050186] Re: undeclared dependency on python3-six
Launchpad Bug Tracker
2050186 at bugs.launchpad.net
Thu Jan 25 17:44:20 UTC 2024
This bug was fixed in the package python-launchpadlib - 1.11.0-2ubuntu2
---------------
python-launchpadlib (1.11.0-2ubuntu2) noble; urgency=medium
* d/control: declare dependency on python3-six (LP: #2050186)
-- Dan Bungert <daniel.bungert at canonical.com> Mon, 22 Jan 2024
08:51:06 -0700
** Changed in: python-launchpadlib (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python-launchpadlib in Ubuntu.
https://bugs.launchpad.net/bugs/2050186
Title:
undeclared dependency on python3-six
Status in python-launchpadlib package in Ubuntu:
Fix Released
Bug 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
launchpadlib does not yet have a declared dependency on six.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-launchpadlib/+bug/2050186/+subscriptions
More information about the foundations-bugs
mailing list