Public bug reported:

lxc launch ubuntu-daily:artful test
lxc exec test bash
apt update
apt install python3-ubuntutools
python3
>>> import ubuntutools.archive
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/ubuntutools/archive.py", line 52, in 
<module>
    import httplib2
ImportError: No module named 'httplib2'

python3-ubuntutools should depend on (or at least recommend)
python3-httplib2. Additionally, once python3-httplib2 is installed then
the same problem happens with python3-launchpadlib.

This also affects Xenial (verified) and presumably Yakkety and Zesty
also (not yet checked).

Workaround: install python3-httplib2 and python3-launchpadlib manually.

** Affects: ubuntu-dev-tools (Ubuntu)
     Importance: Medium
         Status: Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1691735

Title:
  python3-ubuntutools does not depend on python3-httplib2 or
  python3-launchpadlib

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1691735/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to