[Pkg-libvirt-maintainers] Bug#803469: virtinst: Missing dependency to python-ipaddr in control file

Michael Kasch michael.kasch at googlemail.com
Fri Oct 30 12:27:05 UTC 2015


Package: virtinst
Version: 1:1.2.1-4
Severity: important


virtinst package is missing a dependency to python-ipaddr which is just
provided for virt-manager on execution of virt-install following error
occurs:

/usr/share/virt-manager/virtinst/osdict.py:26: PyGIWarning: Libosinfo
was imported without specifying a version first. Use gi.require_version('Libosinfo', '1.0') before import to ensure that the right version gets loaded. 
  from gi.repository import Libosinfo as libosinfo
Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-install", line 28, in <module>
    import virtinst
  File "/usr/share/virt-manager/virtinst/__init__.py", line 57, in <module>
    from virtinst.interface import Interface, InterfaceProtocol
  File "/usr/share/virt-manager/virtinst/interface.py", line 26, in <module>
    import ipaddr
ImportError: No module named ipaddr

Steps to reproduce:
* purge python-ipaddr
* install virtinst
* run virt-install

installing python-ipaddr package solves the situation

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



More information about the Pkg-libvirt-maintainers mailing list