diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2022-05-25 17:58:04 +0100 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2022-05-26 11:33:53 +0100 |
commit | e1c6c7e38e6d5d9270abd9feefa4882dc2f43b04 (patch) | |
tree | 21a697e6936a53be8d16a8f4e6236787c32bb136 /setup.py | |
parent | 00c593e4c31ea506c8fc0f76a4676a2bf7b2f4f4 (diff) | |
download | libvirt-ci-e1c6c7e38e6d5d9270abd9feefa4882dc2f43b04.zip libvirt-ci-e1c6c7e38e6d5d9270abd9feefa4882dc2f43b04.tar.gz libvirt-ci-e1c6c7e38e6d5d9270abd9feefa4882dc2f43b04.tar.bz2 |
guests: fix confusion over virtualenv vs venv
QEMU requires the 'venv' module. On all distros except Debian
derivatives this is available by default with 'python3', but
Debian requires 'python3-venv'. We are pulling in 'virtualenv'
on most distros which we didn't need, and 'venv' on Debian
which we did need, but which is different from 'virtualenv'.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions