mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-03 08:21:58 +03:00
The 'python -m build' command creates a source dist and a binary wheel. To be able run this command without creating a new venv and downloading from pypi, we need to pre-install the 'wheel' package. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>