From: Galen Charlton Date: Fri, 3 Jan 2020 22:19:56 +0000 (-0500) Subject: LP#1801163: update Debian Buster and Fedora installation deps X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2a3dcc0624d38de4fcc14b815b3fe2df1afa83e4;p=working%2FEvergreen.git LP#1801163: update Debian Buster and Fedora installation deps Signed-off-by: Galen Charlton Signed-off-by: Jason Boyer --- diff --git a/Open-ILS/src/extras/install/Makefile.debian-buster b/Open-ILS/src/extras/install/Makefile.debian-buster index f884830ad6..fc336b80d0 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-buster +++ b/Open-ILS/src/extras/install/Makefile.debian-buster @@ -38,6 +38,7 @@ export DEBS = \ libdbi-dev\ libdbi1\ libemail-simple-perl\ + libemail-mime-perl\ libexcel-writer-xlsx-perl\ libgd-graph3d-perl\ liblocale-maketext-lexicon-perl\ diff --git a/Open-ILS/src/extras/install/Makefile.fedora b/Open-ILS/src/extras/install/Makefile.fedora index aebec12913..e858f98205 100644 --- a/Open-ILS/src/extras/install/Makefile.fedora +++ b/Open-ILS/src/extras/install/Makefile.fedora @@ -44,6 +44,7 @@ FEDORA_RPMS = \ perl-DBD-Pg \ perl-Email-Send \ perl-Email-Simple \ + perl-Email-MIME \ perl-GDGraph3d \ perl-JSON-XS \ perl-LDAP \