bootstrap: Install correct python modules on CentOS7
[samba.git] / bootstrap / config.py
index c526b38205a33fa1e060bb3ed9a26da5d97c1b0b..6d3fb2e5c9c8ff0a8d06ce4860fcae6b58358d41 100644 (file)
@@ -456,7 +456,12 @@ RPM_DISTS = {
         'replace': {
             'lsb-release': 'redhat-lsb',
             'python3': 'python36',
         'replace': {
             'lsb-release': 'redhat-lsb',
             'python3': 'python36',
+            'python3-crypto': 'python36-crypto',
             'python3-devel': 'python36-devel',
             '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
             # although python36-devel is available
             # after epel-release installed
             # however, all other python3 pkgs are still python36-ish