From: Chris Sharp Date: Wed, 27 May 2020 17:55:58 +0000 (-0400) Subject: remove Crypt::SSLeay dependency X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ea1bb87840edeaaf98e4a17c9578d419f6faeda6;p=working%2FEvergreen.git remove Crypt::SSLeay dependency Signed-off-by: Chris Sharp --- diff --git a/Open-ILS/src/extras/install/Makefile.centos b/Open-ILS/src/extras/install/Makefile.centos index ad54363019..ec691f91b8 100644 --- a/Open-ILS/src/extras/install/Makefile.centos +++ b/Open-ILS/src/extras/install/Makefile.centos @@ -46,7 +46,6 @@ RPMS = \ export CPAN_MODULES = \ Business::CreditCard \ Business::ISBN::Data \ - Crypt::SSLeay \ Email::Send \ GD::Graph3d \ HTML::Defang \ diff --git a/Open-ILS/src/extras/install/Makefile.rhel b/Open-ILS/src/extras/install/Makefile.rhel index a969775f89..2b4f8a9890 100644 --- a/Open-ILS/src/extras/install/Makefile.rhel +++ b/Open-ILS/src/extras/install/Makefile.rhel @@ -48,7 +48,6 @@ RPMS = \ export CPAN_MODULES = \ Business::CreditCard \ Business::ISBN::Data \ - Crypt::SSLeay \ Email::Send \ GD::Graph3d \ HTML::Defang \