]> Sergey Matveev's repositories - public-inbox.git/blobdiff - ci/deps.perl
lazy load Xapian and make it optional for v2
[public-inbox.git] / ci / deps.perl
index e0fda01191c0be44d61ab876febdb01377607afe..32b0226e82a4e5efaa453404844d248b28abc91a 100755 (executable)
@@ -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 = {