Re: [Qemu-devel] [PATCH] tests/acceptance: Do not install paramiko module by default

2019-08-30 Thread David Gibson
On Fri, Aug 30, 2019 at 03:51:39PM -0300, Eduardo Habkost wrote: > On Fri, Aug 30, 2019 at 08:40:33PM +0200, Philippe Mathieu-Daudé wrote: > > The paramiko Python module has many dependencies. Some of them > > are not pure Python, such cryptography module which requires to > > be built and linked w

Re: [Qemu-devel] [PATCH] tests/acceptance: Do not install paramiko module by default

2019-08-30 Thread Eduardo Habkost
On Fri, Aug 30, 2019 at 08:40:33PM +0200, Philippe Mathieu-Daudé wrote: > The paramiko Python module has many dependencies. Some of them > are not pure Python, such cryptography module which requires to > be built and linked with OpenSSL. > > When native libraries and header are missing on the hos

[Qemu-devel] [PATCH] tests/acceptance: Do not install paramiko module by default

2019-08-30 Thread Philippe Mathieu-Daudé
The paramiko Python module has many dependencies. Some of them are not pure Python, such cryptography module which requires to be built and linked with OpenSSL. When native libraries and header are missing on the host, the error reported is not very helpful: $ make check-venv VENVtests/ve