From 5535ae1ad6e13991ed9631997250d04df72a90a3 Mon Sep 17 00:00:00 2001 From: Mason James Date: Sun, 5 Feb 2017 15:30:15 +1300 Subject: [PATCH] Add Sys::CPU package, too Content-Type: text/plain; charset="utf-8" https://bugs.koha-community.org/show_bug.cgi?id=18055 --- C4/Installer/PerlDependencies.pm | 7 ++++++- debian/control | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index 0457863..1ed5943 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -855,7 +855,12 @@ our $PERL_DEPS = { 'Parallel::ForkManager' => { usage => 'Core', required => 0, - min_ver => '1.06', + min_ver => '0.75', + }, + 'Sys::CPU' => { + usage => 'Core', + required => 0, + min_ver => '0.52', }, }; diff --git a/debian/control b/debian/control index 16f3432..205c51d 100644 --- a/debian/control +++ b/debian/control @@ -111,6 +111,7 @@ Build-Depends: libalgorithm-checkdigits-perl, libsoap-lite-perl, libstring-random-perl, libswagger2-perl (>= 0.59), + libsys-cpu-perl libtemplate-perl, libtemplate-plugin-htmltotext-perl, libtemplate-plugin-json-escape-perl, -- 2.1.4