Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: add wheel and setuptools in dnf packages
These dependencies are required to for `pip install`.

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
  • Loading branch information
rst0git committed Oct 21, 2025
commit 0283ce9ac853baab37b310eb792940f18f92b0b3
4 changes: 3 additions & 1 deletion contrib/dependencies/dnf-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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