Bug#919527: [Pkg-libvirt-maintainers] Bug#919527: Missing dependency against python3-distutils

2019-01-16 Thread Laurent Bigonville

Le 16/01/19 à 23:38, Guido Günther a écrit :

On Wed, Jan 16, 2019 at 11:08:21PM +0100, Laurent Bigonville wrote:

Package: virtinst
Version: 1:2.0.0-2
Severity: serious

Hi,

The regression tests are currently failing because the virtinst is
missing a dependency against python3-distutils:

autopkgtest [04:39:33]: test help.sh:  - - - - - - - - - - stderr - - - - - - - 
- - -
Traceback (most recent call last):
   File "/usr/share/virt-manager/virt-convert", line 19, in 
 from virtconv import VirtConverter
   File "/usr/share/virt-manager/virtconv/__init__.py", line 10, in 
 from virtconv.formats import VirtConverter
   File "/usr/share/virt-manager/virtconv/formats.py", line 10, in 
 from distutils.spawn import find_executable
ModuleNotFoundError: No module named 'distutils.spawn'

https://ci.debian.net/data/autopkgtest/testing/amd64/v/virt-manager/1712093/log.gz

Could you please add the needed dependency?

Already fixed in git.
Do you think you could do a new upload as well so the package can 
migrate to testing?




Bug#919527: [Pkg-libvirt-maintainers] Bug#919527: Missing dependency against python3-distutils

2019-01-16 Thread Guido Günther
On Wed, Jan 16, 2019 at 11:08:21PM +0100, Laurent Bigonville wrote:
> Package: virtinst
> Version: 1:2.0.0-2
> Severity: serious
> 
> Hi,
> 
> The regression tests are currently failing because the virtinst is
> missing a dependency against python3-distutils:
> 
> autopkgtest [04:39:33]: test help.sh:  - - - - - - - - - - stderr - - - - - - 
> - - - -
> Traceback (most recent call last):
>   File "/usr/share/virt-manager/virt-convert", line 19, in 
> from virtconv import VirtConverter
>   File "/usr/share/virt-manager/virtconv/__init__.py", line 10, in 
> from virtconv.formats import VirtConverter
>   File "/usr/share/virt-manager/virtconv/formats.py", line 10, in 
> from distutils.spawn import find_executable
> ModuleNotFoundError: No module named 'distutils.spawn'
> 
> https://ci.debian.net/data/autopkgtest/testing/amd64/v/virt-manager/1712093/log.gz
> 
> Could you please add the needed dependency?

Already fixed in git.
 -- Guido