https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20693 --- Comment #6 from Mirko Tietgen <mirko@abunchofthings.net> --- Mason: What OS did you install on, and does it have special apt configuration? The package is recommended by a dependency, it should be installed unless you changed the apt config to ignore recommended packages. Jonathan: Is Koha actually installed on the 8.10 system you tried? I get on 8.10
aptitude why libcgi-emulate-psgi-perl i koha-common Depends starman i A starman Depends libplack-perl i A libplack-perl Recommends libcgi-emulate-psgi-perl
Anyway, recommended packages are installed by default in Debian. This can be disabled though, eg. if you are very low on disk space. If Koha relies on libcgi-emulate-psgi-perl to work, it should be a direct dependency. The patch is not the way to do it. CGI::Emulate::PSGI should added to PerlDependencies.pm instead and I will add an updated control file. Plack is a dependency of starman, both for Debian packages and on CPAN, adding Plack to PerlDependencies.pm is not necessary. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.