From 791e42430bf17502419a42a8d3067f3622bb221d Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Thu, 3 Nov 2022 13:54:10 +0100 Subject: [PATCH 69/75] Install python3-gobject-base and NetworkManager-libnm in f34 The NetworkManagerConnectionScanner requires GObject introspection and libnm to be installed. The RHEL8 UBI doesn't contain NetworkManager at all and the Python 2 platforms are too old to support GObject introspection. Let's add the packages to the f34 base so that we test the the scanner somewhere. --- utils/container-tests/Containerfile.f34 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/container-tests/Containerfile.f34 b/utils/container-tests/Containerfile.f34 index a74153e1..a9346635 100644 --- a/utils/container-tests/Containerfile.f34 +++ b/utils/container-tests/Containerfile.f34 @@ -3,7 +3,7 @@ FROM fedora:34 VOLUME /repo RUN dnf update -y && \ - dnf install -y findutils make rsync + dnf install -y findutils make rsync python3-gobject-base NetworkManager-libnm ENV PYTHON_VENV python3.9 -- 2.39.0