From 291decb99e7f530f19d56dcafc58aa0f86f135ae Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 27 May 2020 14:22:00 -0400 Subject: [PATCH] continue to tweak dependencies Signed-off-by: Chris Sharp --- Open-ILS/src/extras/install/Makefile.centos | 11 ++++++----- Open-ILS/src/extras/install/Makefile.rhel | 15 +++++++++------ 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/Open-ILS/src/extras/install/Makefile.centos b/Open-ILS/src/extras/install/Makefile.centos index ec691f91b8..cf49ca191d 100644 --- a/Open-ILS/src/extras/install/Makefile.centos +++ b/Open-ILS/src/extras/install/Makefile.centos @@ -11,6 +11,7 @@ RPMS = \ $(PGSQL_COMMON_RPMS) \ aspell \ aspell-en \ + aspell-devel \ bzip2-devel \ libdbi \ libdbi-dbd-pgsql \ @@ -46,6 +47,11 @@ RPMS = \ export CPAN_MODULES = \ Business::CreditCard \ Business::ISBN::Data \ + Business::OnlinePayment \ + Business::OnlinePayment::AuthorizeNet \ + Business::OnlinePayment::PayflowPro \ + Business::OnlinePayment::PayPal + Business::Stripe \ Email::Send \ GD::Graph3d \ HTML::Defang \ @@ -70,12 +76,7 @@ export CPAN_MODULES_PGSQL = \ MARC::XML export CPAN_MODULES_FORCE = \ - Business::Stripe \ Class::DBI::Frozen::301 \ - Business::OnlinePayment \ - Business::OnlinePayment::AuthorizeNet \ - Business::OnlinePayment::PayflowPro \ - Business::OnlinePayment::PayPal PGSQL_RPMS = \ $(PGSQL_COMMON_RPMS) \ diff --git a/Open-ILS/src/extras/install/Makefile.rhel b/Open-ILS/src/extras/install/Makefile.rhel index 2b4f8a9890..626bd19a7d 100644 --- a/Open-ILS/src/extras/install/Makefile.rhel +++ b/Open-ILS/src/extras/install/Makefile.rhel @@ -10,12 +10,13 @@ PGSQL_COMMON_RPMS = \ RPMS = \ $(PGSQL_COMMON_RPMS) \ aspell \ + aspell-devel \ aspell-en \ bzip2-devel \ libdbi \ libdbi-dbd-pgsql \ libdbi-devel \ - libssh2 \ + libssh2 \ libssh2-devel \ libpq \ libpq-devel \ @@ -48,10 +49,17 @@ RPMS = \ export CPAN_MODULES = \ Business::CreditCard \ Business::ISBN::Data \ + Business::OnlinePayment \ + Business::OnlinePayment::AuthorizeNet \ + Business::OnlinePayment::PayflowPro \ + Business::OnlinePayment::PayPal + Business::Stripe \ Email::Send \ GD::Graph3d \ HTML::Defang \ + HTTP::Daemon \ Locale::Maketext::Lexicon \ + MARC \ MARC::Charset \ Net::SSH2 \ RPC::XML \ @@ -72,12 +80,7 @@ export CPAN_MODULES_PGSQL = \ MARC::XML export CPAN_MODULES_FORCE = \ - Business::Stripe \ Class::DBI::Frozen::301 \ - Business::OnlinePayment \ - Business::OnlinePayment::AuthorizeNet \ - Business::OnlinePayment::PayflowPro \ - Business::OnlinePayment::PayPal PGSQL_RPMS = \ $(PGSQL_COMMON_RPMS) \ -- 2.11.0