1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2024-10-26 07:55:06 +03:00

ci: add 'python3-wheel' as a dep

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>
This commit is contained in:
Daniel P. Berrangé 2024-04-25 10:21:27 +01:00
parent 5b4e4f9a90
commit 379ecce9f5

View File

@ -10,5 +10,6 @@ packages:
- python3-pip
- python3-pytest
- python3-setuptools
- python3-wheel
- python3-venv
- rpmbuild