From 86d4836919e29c0bdf927658df641811247534c6 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 30 Apr 2019 12:20:34 +0200 Subject: [PATCH] bootstrap: Install correct python modules on CentOS7 Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- bootstrap/config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bootstrap/config.py b/bootstrap/config.py index c526b38205a..6d3fb2e5c9c 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -456,7 +456,12 @@ RPM_DISTS = { 'replace': { 'lsb-release': 'redhat-lsb', 'python3': 'python36', + 'python3-crypto': 'python36-crypto', 'python3-devel': 'python36-devel', + 'python3-dns': 'python36-dns', + 'python3-gpg': 'python36-gpg', + 'python3-iso8601' : 'python36-iso8601', + 'python3-markdown': 'python36-markdown', # although python36-devel is available # after epel-release installed # however, all other python3 pkgs are still python36-ish -- 2.34.1