diff options
author | Christof Schmitt <cs@samba.org> | 2019-10-30 14:57:02 -0700 |
---|---|---|
committer | Christof Schmitt <cs@samba.org> | 2019-11-13 17:49:38 +0000 |
commit | 63f8d7732756b8a8452ab22ca205a29b27b7d1f1 (patch) | |
tree | 18776a1ed417546c1946270933e550faf2c9cc1c /bootstrap/config.py | |
parent | 816205027a12d16b5de7c1fd78b4bed468a94fbb (diff) | |
download | samba-63f8d7732756b8a8452ab22ca205a29b27b7d1f1.tar.gz |
bootstrap: Remove nettle-devel from package list
nettle is required as dependency for newer gnutls libraries. The gnutls
development package already depends on the nettle development package,
no need to explicitly list it.
Signed-off-by: Christof Schmit <cs@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'bootstrap/config.py')
-rw-r--r-- | bootstrap/config.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py index eb1d2b4a9a0..f6a7dd1123f 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -66,7 +66,6 @@ PKGS = [ # NAME1-dev, NAME2-devel ('lmdb-utils', 'lmdb'), ('mingw-w64', 'mingw64-gcc'), - ('nettle-dev', 'nettle-devel'), ('zlib1g-dev', 'zlib-devel'), ('libbsd-dev', 'libbsd-devel'), ('libaio-dev', 'libaio-devel'), @@ -487,7 +486,6 @@ RPM_DISTS = { 'glusterfs-api-devel': '', 'glusterfs-devel': '', 'libcephfs-devel': '', - 'nettle-devel': 'compat-nettle32-devel', 'gnutls-devel': 'compat-gnutls34-devel', } }, @@ -549,7 +547,6 @@ RPM_DISTS = { 'krb5-workstation': 'krb5-client', 'libnsl2-devel': 'libnsl-devel', 'libsemanage-python': 'python2-semanage', - 'nettle-devel': 'libnettle-devel', 'openldap-devel': 'openldap2-devel', 'perl-Archive-Tar': 'perl-Archive-Tar-Wrapper', 'perl-JSON-Parse': 'perl-JSON-XS', @@ -582,7 +579,6 @@ RPM_DISTS = { 'krb5-workstation': 'krb5-client', 'libnsl2-devel': 'libnsl-devel', 'libsemanage-python': 'python2-semanage', - 'nettle-devel': 'libnettle-devel', 'openldap-devel': 'openldap2-devel', 'perl-Archive-Tar': 'perl-Archive-Tar-Wrapper', 'perl-JSON-Parse': 'perl-JSON-XS', |