bootstrap: Only install required packages on Fedora
authorAndreas Schneider <asn@samba.org>
Tue, 30 Apr 2019 08:10:24 +0000 (10:10 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 30 Apr 2019 17:34:21 +0000 (17:34 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
bootstrap/config.py

index b15a7d4c3cf9ca5ff13bf2bee199dbd7e73c5f0b..bae02d9fb841badb20a17538957fda9418d39471 100644 (file)
@@ -228,6 +228,7 @@ set -xueo pipefail
 dnf update -y
 
 dnf install -y \
+    --setopt=install_weak_deps=False \
     {pkgs}
 
 dnf clean all