From c8aec6bdba74d16b628a0bd1c440f17ed91bd050 Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Wed, 22 Jul 2026 16:44:45 +0200 Subject: [PATCH] Tests: update dependencies System test framework requires gcc, python3-devel and libssh-devel installed before pip tries to compile ansible-pylibssh. Signed-off-by: Iker Pedrosa --- plans/tier0-functional.fmf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plans/tier0-functional.fmf b/plans/tier0-functional.fmf index 7fb6f9c..a9939b5 100644 --- a/plans/tier0-functional.fmf +++ b/plans/tier0-functional.fmf @@ -14,7 +14,10 @@ prepare: how: install package: - expect + - gcc - git + - libssh-devel + - python3-devel - python3-pip - name: Setup SSH keys for localhost testing