diff options
author | Andreas Schneider <asn@samba.org> | 2019-04-30 12:20:34 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-05-07 00:11:25 +0000 |
commit | 86d4836919e29c0bdf927658df641811247534c6 (patch) | |
tree | cf9d891e888d78d540f0edddb5489dc6060189f7 /bootstrap | |
parent | 3c47066e067dd23e46435e5b3f8c8801a6d81fb7 (diff) | |
download | samba-86d4836919e29c0bdf927658df641811247534c6.tar.gz |
bootstrap: Install correct python modules on CentOS7
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/config.py | 5 |
1 files changed, 5 insertions, 0 deletions
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 |