From: Andreas Schneider Date: Tue, 30 Apr 2019 10:20:34 +0000 (+0200) Subject: bootstrap: Install correct python modules on CentOS7 X-Git-Tag: tdb-1.4.1~185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86d4836919e29c0bdf927658df641811247534c6;p=thirdparty%2Fsamba.git bootstrap: Install correct python modules on CentOS7 Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- 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