From c51ba65c14c140b8fd99fc0fc2a63585254ac9e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Mon, 19 Feb 2024 22:46:19 +0100 Subject: [PATCH] Install python3-dns and pytest BIND 9.16 still provides python3 modules and can test them using pytest. cds test can use python3-dns, if it is installed. --- Sanity/Run-internal-BIND-test-suite/main.fmf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sanity/Run-internal-BIND-test-suite/main.fmf b/Sanity/Run-internal-BIND-test-suite/main.fmf index 2870d44..0211730 100644 --- a/Sanity/Run-internal-BIND-test-suite/main.fmf +++ b/Sanity/Run-internal-BIND-test-suite/main.fmf @@ -31,6 +31,7 @@ recommend: - dnf-utils - rng-tools - gcc-c++ + - python3-dns adjust: - enabled: false when: distro == rhel @@ -47,6 +48,7 @@ adjust: - recommend+: - bind9.16 - bind9.16-utils + - pytest environment+: PACKAGE: bind9.16 when: component == bind9.16