X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=ci%2Fdeps.perl;h=06b4fbe0f2f3a0be7a939a94405fcf272528f9c1;hb=e39585ee2bdcbeaab7b6bd33b3568021042d0879;hp=08722e1c41902275704a85b97f99be258192831d;hpb=62f28026e624ed30d620063a0fa92cbedb7f6673;p=public-inbox.git diff --git a/ci/deps.perl b/ci/deps.perl index 08722e1c..06b4fbe0 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2019 all contributors +# Copyright (C) 2019-2020 all contributors # License: AGPL-3.0+ # Helper script for installing/uninstalling packages for CI use # Intended for use on non-production chroots or VMs since it @@ -14,8 +14,7 @@ my @test_essential = qw(Test::Simple); # we actually use Test::More # package profiles my $profiles = { # the smallest possible profile for testing - # TODO: trim this, Plack pulls in Filesys::Notify::Simple, - # and we don't need that for mda-only installs + # TODO: trim URI::Escape from this, maybe essential => [ qw( git perl @@ -26,7 +25,7 @@ my $profiles = { Email::MIME::ContentType Encode ExtUtils::MakeMaker - Filesys::Notify::Simple + IO::Compress::Gzip URI::Escape ), @test_essential ], @@ -36,7 +35,7 @@ my $profiles = { BSD::Resource DBD::SQLite DBI - IO::Compress::Gzip + Filesys::Notify::Simple Inline::C Net::Server Plack @@ -51,7 +50,7 @@ my $profiles = { # optional developer stuff devtest => [ qw( - XML::Feed + XML::TreePP curl w3m ) ],