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=288ade123abc97ae52680affa8de5bcbe8229a6a;p=evergreen%2Fpines.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 fd61291e39..76796301f6 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\ libhttp-async-perl\ diff --git a/Open-ILS/src/extras/install/Makefile.fedora b/Open-ILS/src/extras/install/Makefile.fedora index a5aa5d748a..4e14e94155 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-HTTP-Async \ perl-JSON-XS \