ci: add wheel and setuptools in dnf packages

These dependencies are required to for `pip install`.

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2025-10-21 11:43:17 +01:00 committed by Andrei Vagin
parent d3dfb663b1
commit 6860181474

View file

@ -30,9 +30,11 @@ dnf install -y \
protobuf-c-devel \
protobuf-compiler \
protobuf-devel \
python-devel \
python3-importlib-metadata \
python3-protobuf \
python3-pyyaml \
python-devel \
python3-setuptools \
python3-wheel \
rubygem-asciidoctor \
xmlto