From 0b1de991a099b5e8b9a9e3e85b5eaaacc9362dbb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 15 May 2019 01:18:08 +0000 Subject: lazy load Xapian and make it optional for v2 More tests work without Search::Xapian, now. Usability issues still need to be fixed --- ci/deps.perl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ci/deps.perl') diff --git a/ci/deps.perl b/ci/deps.perl index e0fda011..32b0226e 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -70,12 +70,7 @@ if (@precious) { # bare minimum for v2 -$profiles->{v2essential} = [ @{$profiles->{essential}}, qw( - DBD::SQLite - DBI - Search::Xapian - xapian-compact -) ]; +$profiles->{v2essential} = [ @{$profiles->{essential}}, qw(DBD::SQLite DBI) ]; # package names which can't be mapped automatically: my $non_auto = { -- cgit v1.2.3-24-ge0c7