From 9e29ddd4be5a7397a3657ae339d115187544312a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 30 Apr 2019 10:10:24 +0200 Subject: bootstrap: Only install required packages on Fedora Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- bootstrap/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap') diff --git a/bootstrap/config.py b/bootstrap/config.py index b15a7d4c3cf..bae02d9fb84 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -228,6 +228,7 @@ set -xueo pipefail dnf update -y dnf install -y \ + --setopt=install_weak_deps=False \ {pkgs} dnf clean all -- cgit v1.2.1