From e345afabfe8caefc8fb061a355fdbd05263a7978 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Tue, 21 Oct 2025 11:43:17 +0100 Subject: [PATCH] ci: add wheel and setuptools in dnf packages These dependencies are required to for `pip install`. Signed-off-by: Radostin Stoyanov --- contrib/dependencies/dnf-packages.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/dependencies/dnf-packages.sh b/contrib/dependencies/dnf-packages.sh index 00dc91a2e..793f267a5 100755 --- a/contrib/dependencies/dnf-packages.sh +++ b/contrib/dependencies/dnf-packages.sh @@ -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