mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2026-01-19 04:32:45 +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>
16 lines
219 B
YAML
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
|