1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2026-01-19 04:32:45 +03:00
Files
libvirt-python/ci/lcitool/projects/libvirt-python.yml
Daniel P. Berrangé 379ecce9f5 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>
2024-04-25 10:21:27 +01:00

16 lines
219 B
YAML

---
packages:
- ccache
- gcc
- pkg-config
- python3
- python3-build
- python3-devel
- python3-lxml
- python3-pip
- python3-pytest
- python3-setuptools
- python3-wheel
- python3-venv
- rpmbuild