From: Jane Sandberg Date: Wed, 25 Aug 2021 19:35:08 +0000 (-0700) Subject: LP#1729620 Updating modern dependencies to include OAI library X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aca4cc1ca20161d95c461db5896c8d0bdfafc6d2;p=working%2FEvergreen.git LP#1729620 Updating modern dependencies to include OAI library Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/extras/install/Makefile.debian-buster b/Open-ILS/src/extras/install/Makefile.debian-buster index 626f2fb2f9..befee11dec 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-buster +++ b/Open-ILS/src/extras/install/Makefile.debian-buster @@ -41,6 +41,7 @@ export DEBS = \ libemail-mime-perl\ libexcel-writer-xlsx-perl\ libgd-graph3d-perl\ + libhttp-oai-perl\ libgeo-coder-osm-perl\ libhttp-oai-perl\ liblocale-maketext-lexicon-perl\ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-bionic b/Open-ILS/src/extras/install/Makefile.ubuntu-bionic index 96557bc8e6..890d543851 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-bionic +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-bionic @@ -40,6 +40,7 @@ export DEBS = \ libemail-mime-perl\ libexcel-writer-xlsx-perl\ libgd-graph3d-perl\ + libhttp-oai-perl\ libgeo-coder-osm-perl\ liblocale-maketext-lexicon-perl\ liblog-log4perl-perl\ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-focal b/Open-ILS/src/extras/install/Makefile.ubuntu-focal index a7a7b2f40c..ba5a7dc44b 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-focal +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-focal @@ -40,6 +40,7 @@ export DEBS = \ libemail-mime-perl\ libexcel-writer-xlsx-perl\ libgd-graph3d-perl\ + libhttp-oai-perl\ libgeo-coder-osm-perl\ liblocale-maketext-lexicon-perl\ liblog-log4perl-perl\