http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 --- Comment #115 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #114)
(In reply to Tomás Cohen Arazi from comment #112)
FTR:
- It doesn't need python-pisa :-D (this was removed at some point) - The new dependencies for this one are: * libhtml-tidy-perl * libgraphics-colornames-perl * libpdf-fromhtml-perl (build needed) * libpdf-writer-perl (build needed)
I'm a bit confused...
It appears that libgraphics-colornames-perl and libpdf-writer-perl are dependencies for libpdf-fromhtml-perl. However, I don't see libhtml-tidy-perl in the code? I notice that Image::Size is a dependency of PDF::FromHtml though.
Also, why is PDF::FromHTML marked as not required in the koha_perl_deps.pl? As soon as you log in to Koha on master, you're faced with:
"Can't locate PDF/FromHTML.pm in @INC (you may need to install the PDF::FromHTML module)", since Koha::Borrower::Discharge loads on mainpage.pl...
Do we just need a follow-up patch for C4::Installer::PerlDependencies to mark it as required?
My bad about libhtml-tidy-perl. I already had it installed, so I didn't see it as a dependency. I assume it's a dependency of PDF::FromHTML? -- You are receiving this mail because: You are watching all bug changes.