http://bugzilla.opensuse.org/show_bug.cgi?id=1207155 http://bugzilla.opensuse.org/show_bug.cgi?id=1207155#c2 Bob Rogers <rogers-suse@rgrjr.dyndns.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(rogers-suse@rgrjr | |.dyndns.org) | --- Comment #2 from Bob Rogers <rogers-suse@rgrjr.dyndns.org> --- How are you testing the dependency to Spreadsheet::ParseODS ? When I install perl-Spreadsheet-ReadSXC with "zypper in perl-Spreadsheet-ReadSXC" it installs fine. Likewise for me, but here's what happens when I try to use it: rogers@orion> perl -e 'use Spreadsheet::ReadSXC;' perl -e 'use Spreadsheet::ReadSXC;' Can't locate Spreadsheet/ParseODS.pm in @INC (you may need to install the Spreadsheet::ParseODS module) (@INC contains: /home/rogers/projects/Spreadsheet-ReadGnumeric/lib /home/rogers/perl5/lib/perl5/5.26.1/x86_64-linux-thread-multi /home/rogers/perl5/lib/perl5/5.26.1 ...) at /usr/lib/perl5/site_perl/5.26.1/Spreadsheet/ReadSXC.pm line 14. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.26.1/Spreadsheet/ReadSXC.pm line 14. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. rogers@orion> The perl-Spreadsheet-ReadSXC package apparently does not have a dependency on a perl-Spreadsheet-ParseODS package, which is not surprising, because "zypper search ParseODS" does not find any such. So the problem is really a missing package. -- Bob -- You are receiving this mail because: You are on the CC list for the bug.