From: Mason James Date: Thu, 18 Feb 2021 13:39:19 +0000 (+1300) Subject: Bug 27673: remove libyaml-syck-perl, and lower libyaml-libyaml-perl to 0.41 (for... X-Git-Tag: v21.05.00~1073 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=c2b6e414824952a5b9ee2537fd11f1a8e824e316;p=koha-ffzg.git Bug 27673: remove libyaml-syck-perl, and lower libyaml-libyaml-perl to 0.41 (for u16) 1/ apply patch 2/ build koha package 3/ confirm that libyaml-libyaml-perl package is installed, and libyaml-syck-perl is not Signed-off-by: Jonathan Druart --- diff --git a/cpanfile b/cpanfile index acec171339..27c85aabc8 100644 --- a/cpanfile +++ b/cpanfile @@ -129,8 +129,7 @@ requires 'XML::RSS', '1.31'; requires 'XML::SAX::ParserFactory', '1.01'; requires 'XML::SAX::Writer', '0.44'; requires 'XML::Simple', '2.14'; -requires 'YAML::XS', '0.71'; -requires 'YAML::Syck', '0.71'; +requires 'YAML::XS', '0.41'; recommends 'AnyEvent', '5.0'; recommends 'AnyEvent::HTTP', '2.13'; recommends 'Archive::Extract', '0.60';