From 18efae970308e798063b68366ed6eab0fbb00f9f Mon Sep 17 00:00:00 2001 From: Felix <0xFelix@users.noreply.github.com> Date: Sat, 5 Sep 2015 09:08:47 +0200 Subject: [PATCH] Remove direct dependencies as they get installed automatically --- setup/spamassassin.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup/spamassassin.sh b/setup/spamassassin.sh index 795edc08..27576766 100755 --- a/setup/spamassassin.sh +++ b/setup/spamassassin.sh @@ -19,11 +19,8 @@ source setup/functions.sh # load our functions # libmail-dkim-perl is needed to make the spamassassin DKIM module work. # For more information see Debian Bug #689414: # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689414 -# libcrypt-openssl-bignum-perl and libcrypt-openssl-rsa-perl are -# direct dependencies of libmail-dkim-perl. echo "Installing SpamAssassin..." -apt_install spampd razor pyzor dovecot-antispam libcrypt-openssl-bignum-perl \ - libcrypt-openssl-rsa-perl libmail-dkim-perl +apt_install spampd razor pyzor dovecot-antispam libmail-dkim-perl # Allow spamassassin to download new rules. tools/editconf.py /etc/default/spamassassin \